@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  color: #111827;
  overflow-x: hidden;
}

img {
  width: 100%;
}

.slider-section {
  position: relative;
  z-index: 99;
}
.slider-section h2 {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  margin: 0 0 10px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1400px) {
  .slider-section h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .slider-section h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.slider-section .section-subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #7D7878;
  font-weight: 400;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .slider-section .section-subtitle br {
    display: none;
  }
}
.slider-section .slider {
  margin: 1.5rem 0;
}
.slider-section .slider .slide-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: sliderMove 10s linear infinite alternate;
}
.slider-section .slider .slide-track .card-item {
  width: 360px;
  padding: 30px;
  background: #fff;
  border-radius: 30px 30px;
  box-shadow: 0 3px 9px rgba(12, 68, 204, 0.1);
  text-align: center;
}
@media (max-width: 1400px) {
  .slider-section .slider .slide-track .card-item {
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .slider-section .slider .slide-track .card-item {
    width: 320px;
  }
}
.slider-section .slider .slide-track .card-item .img-hold {
  margin: -55px 0 30px;
  text-align: center;
}
.slider-section .slider .slide-track .card-item .img-hold img {
  width: auto;
  max-width: 100%;
  height: 200px;
}
@media (max-width: 1200px) {
  .slider-section .slider .slide-track .card-item .img-hold img {
    height: 170px;
  }
}
.slider-section .slider .slide-track .card-item .text-hold h2 {
  font-size: 24px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  margin: 0 0 30px;
}
.slider-section .slider .slide-track .card-item .text-hold p {
  font-size: 18px;
  line-height: 27px;
  color: #000;
  font-weight: 400;
  margin: 0 0 30px;
}
@media (max-width: 1400px) {
  .slider-section .slider .slide-track .card-item .text-hold p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 30px;
  }
}
@media (max-width: 575px) {
  .slider-section .slider .slide-track .card-item .text-hold p {
    font-size: 14px;
    line-height: 20px;
  }
}

@keyframes sliderMove {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2000px, 0, 0);
  }
}
@media (max-width: 992px) {
  @keyframes sliderMove {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-2200px, 0, 0);
    }
  }
}
@media (max-width: 767px) {
  @keyframes sliderMove {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-2400px, 0, 0);
    }
  }
}
@media (max-width: 575px) {
  @keyframes sliderMove {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-2500px, 0, 0);
    }
  }
}
.hardware-header {
  border-radius: 0 0 10px 10px;
  transition: all 0.6s ease;
  background: rgba(0, 145, 255, 0.95);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.6px);
  -webkit-backdrop-filter: blur(5.6px);
  position: relative;
  z-index: 99;
}
.hardware-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 992px) {
  .hardware-header {
    border-radius: 0;
  }
}
@media (max-width: 1200px) {
  .hardware-header .navbar-brand img {
    width: 200px;
  }
}
@media (max-width: 992px) {
  .hardware-header .navbar-brand img {
    width: 180px;
  }
}
@media (max-width: 575px) {
  .hardware-header .navbar-brand img {
    width: 150px;
  }
}
.hardware-header .navbar-toggler {
  border: 0;
}
.hardware-header .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
  border: 0;
}
.hardware-header #navicon {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 5px;
  margin: -5px 0 0;
}
.hardware-header #navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  right: 0;
}
.hardware-header #navicon span:first-child {
  top: 9px;
}
.hardware-header #navicon span:nth-child(2) {
  top: 15px;
}
.hardware-header #navicon span:last-child {
  top: 21px;
  width: 65%;
}
.hardware-header #navicon.open span:first-child {
  transform: rotate(135deg);
  top: 15px;
}
.hardware-header #navicon.open span:last-child {
  transform: rotate(-135deg);
  top: 15px;
  width: 100%;
}
.hardware-header #navicon.open span:nth-child(2) {
  opacity: 0;
}
.hardware-header .mega-navbar .cl-btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #fff;
  padding: 14px 18px;
}
@media (max-width: 1200px) {
  .hardware-header .mega-navbar .cl-btn {
    padding: 12px 10px;
    font-size: 14px;
    line-height: 16px;
  }
}
.hardware-header .mega-navbar .cl-btn img {
  margin: 0 7px 0 0;
}
.hardware-header .mega-navbar .cl-btn span {
  margin: 0 0 0 7px;
}
.hardware-header .mega-navbar .cl-btn span img {
  margin: 0;
}
.hardware-header .mega-navbar .cl-btn img {
  width: auto;
}
@media (max-width: 992px) {
  .hardware-header .mega-navbar .navbar-nav {
    background: #fff;
    border-radius: 10px 10px;
    margin: 10px 0 0 !important;
  }
}
@media (max-width: 992px) {
  .hardware-header .mega-navbar .mega-menu .box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hardware-header .mega-navbar .mega-menu .box .menu-block {
    width: 49%;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .hardware-header .mega-navbar .mega-menu .box .menu-block {
    width: 100%;
    margin: 0 0 10px;
  }
  .hardware-header .mega-navbar .mega-menu .box .menu-block:last-child {
    margin: 0;
  }
}
.hardware-header .mega-navbar .mega-dropdown {
  position: static;
  margin: 0 50px 0 0;
}
@media (max-width: 1200px) {
  .hardware-header .mega-navbar .mega-dropdown {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 992px) {
  .hardware-header .mega-navbar .mega-dropdown {
    margin: 0;
  }
  .hardware-header .mega-navbar .mega-dropdown:last-child .nav-link {
    border: 0;
  }
}
.hardware-header .mega-navbar .mega-dropdown:last-child {
  margin: 0;
}
.hardware-header .mega-navbar .mega-dropdown:last-child .nav-link::before {
  display: none;
}
.hardware-header .mega-navbar .mega-dropdown .nav-link {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  position: relative;
  padding: 7px 5px;
}
@media (max-width: 992px) {
  .hardware-header .mega-navbar .mega-dropdown .nav-link {
    color: #000;
    padding: 15px 15px;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 600;
  }
}
.hardware-header .mega-navbar .mega-dropdown .nav-link::after {
  background: url(../images/icon101.png) no-repeat;
  background-size: 100%;
  border: 0;
  width: 12px;
  height: 9px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .hardware-header .mega-navbar .mega-dropdown .nav-link::after {
    background: url(../images/icon120.png) no-repeat;
    background-size: 100%;
    float: right;
    margin-top: 5px;
  }
}
.hardware-header .mega-navbar .mega-dropdown .nav-link::before {
  position: absolute;
  top: 9px;
  right: -20px;
  left: auto;
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  z-index: -1;
}
@media (max-width: 992px) {
  .hardware-header .mega-navbar .mega-dropdown .nav-link::before {
    display: none;
  }
}
.hardware-header .mega-navbar .mega-dropdown .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  border: none;
  border-radius: 0;
  padding: 50px 0;
  border-radius: 0 0 20px 20px;
  display: block; /* override bootstrap */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-25px);
  transition: 0.4s ease;
}
@media (max-width: 992px) {
  .hardware-header .mega-navbar .mega-dropdown .dropdown-menu {
    margin: 15px 0 0;
    display: none;
  }
}
.hardware-header .mega-navbar .mega-dropdown .dropdown-menu .menu-block {
  display: flex;
  align-items: center;
  background: rgba(20, 138, 222, 0.04);
  border: 1px solid rgba(20, 138, 222, 0.2);
  padding: 10px 10px;
  border-radius: 5px 5px;
}
.hardware-header .mega-navbar .mega-dropdown .dropdown-menu .menu-block .img-hold {
  width: 35%;
}
@media (max-width: 767px) {
  .hardware-header .mega-navbar .mega-dropdown .dropdown-menu .menu-block .img-hold {
    width: 25%;
  }
}
.hardware-header .mega-navbar .mega-dropdown .dropdown-menu .menu-block .text-block {
  padding: 0 0 0 10px;
}
.hardware-header .mega-navbar .mega-dropdown .dropdown-menu .menu-block .text-block h3 {
  font-size: 15px;
  line-height: 17px;
  color: #000;
  margin: 0 0 10px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .hardware-header .mega-navbar .mega-dropdown .dropdown-menu .menu-block .text-block h3 {
    margin: 0 0 5px;
  }
}
.hardware-header .mega-navbar .mega-dropdown .dropdown-menu .menu-block .text-block p {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: 400;
}
.hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled {
  padding: 0 0 0 3rem;
}
@media (max-width: 1400px) {
  .hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled {
    padding: 0 0 0 2rem;
  }
}
@media (max-width: 1200px) {
  .hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled {
    padding: 0 0 0 1rem;
  }
}
@media (max-width: 992px) {
  .hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled {
    padding: 0 0 1rem;
  }
}
@media (max-width: 575px) {
  .hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled {
    padding: 0 0 0.6rem;
  }
}
.hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled li {
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled li {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled li {
    margin: 0 0 10px;
    padding: 3px 3px;
  }
}
.hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled li:last-child {
  margin: 0;
}
.hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  color: #363636;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled li a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1200px) {
  .hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled li a {
    font-size: 14px;
    line-height: 16px;
  }
}
.hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled li a .img-bar {
  width: 20px;
  height: 20px;
  margin: 0 12px 0 4px;
  text-align: center;
}
@media (max-width: 1400px) {
  .hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled li a .img-bar {
    width: 20px;
  }
}
@media (max-width: 575px) {
  .hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled li a .img-bar {
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
  }
}
.hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled li a .img-bar img {
  width: 100%;
}
.hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled li a .img-bar.t-img {
  width: 15px;
  margin: 0 10px 0 7px;
}
.hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled li a .img-bar.m-bar {
  width: 25px;
  margin: 0 13px 0 -3px;
}
.hardware-header .mega-navbar .mega-dropdown .dropdown-menu .list-unstyled li a .img-bar.mp-bar {
  margin: 0 11px 0 4px;
}
.hardware-header .mega-navbar .mega-dropdown.active .nav-link::after {
  transform: rotate(180deg);
  margin-top: -4px;
}
@media (min-width: 992px) {
  .hardware-header .mega-navbar .mega-dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.hardware-header {
  /* Mobile Fix */
}
@media (max-width: 991px) {
  .hardware-header .mega-navbar .mega-dropdown .dropdown-menu {
    position: relative;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    background: none;
  }
  .hardware-header .mega-navbar .mega-dropdown:hover .dropdown-menu {
    transform: none;
    transition: none;
  }
}

.hardware-hero {
  padding: 9rem 0 9rem;
}
@media (max-width: 1200px) {
  .hardware-hero {
    padding: 5rem 0;
  }
}
@media (max-width: 575px) {
  .hardware-hero {
    padding: 2rem 0;
  }
}
.hardware-hero {
  position: relative;
  z-index: 1;
}
.hardware-hero:before {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  content: "";
  background: url(../images/bg01.png) no-repeat top;
  background-size: 100%;
  z-index: -1;
  width: 764px;
  height: 940px;
}
.hardware-hero .hero-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  margin: 0 0 30px;
  color: #000;
}
@media (max-width: 1400px) {
  .hardware-hero .hero-title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1400px) {
  .hardware-hero .hero-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .hardware-hero .hero-title br {
    display: none;
  }
  .hardware-hero .hero-title {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 15px;
  }
}
.hardware-hero .hero-subtitle {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  margin: 0 0 50px;
}
@media (max-width: 992px) {
  .hardware-hero .hero-subtitle {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .hardware-hero .hero-subtitle {
    margin: 0 0 30px;
  }
}
@media (max-width: 575px) {
  .hardware-hero .hero-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.hardware-hero .hero-image-wrapper {
  display: inline-block;
}
.hardware-hero .hero-image-wrapper .video-block {
  width: 100%;
  height: 500px;
}
@media (max-width: 575px) {
  .hardware-hero .hero-image-wrapper .video-block {
    height: 300px;
  }
}
.hardware-hero .hero-image-wrapper .video-block video {
  width: 100%;
  height: 100%;
  border-radius: 30px 30px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .hardware-hero .hero-image-wrapper .video-block video {
    border-radius: 15px 15px;
  }
}
.hardware-hero .hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 1.5rem;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.25);
}
.hardware-hero .hh-btn {
  background: linear-gradient(76deg, rgb(0, 167, 255) 0%, rgb(1, 123, 255) 100%);
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  border: 0;
  border-radius: 10px 10px;
  color: #fff;
  padding: 16px 15px;
  min-width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hardware-hero .hh-btn img {
  width: auto;
  margin: 0 8px 0 0;
}
.hardware-hero .hh-btn:hover {
  opacity: 0.9;
}
@media (max-width: 575px) {
  .hardware-hero .hh-btn {
    padding: 15px 15px;
    font-size: 16px;
    line-height: 18px;
    min-width: 160px;
  }
}

.choose-package {
  padding: 2rem 0 5rem;
}
@media (max-width: 1200px) {
  .choose-package {
    padding: 2rem 0;
  }
}
.choose-package .choose-card {
  border-radius: 30px 30px;
  padding: 4rem 3rem;
  background: url(../images/bg02.png) no-repeat top;
  background-size: cover;
}
@media (max-width: 1400px) {
  .choose-package .choose-card {
    padding: 4rem 2rem;
  }
}
@media (max-width: 1200px) {
  .choose-package .choose-card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 575px) {
  .choose-package .choose-card {
    padding: 2rem 2rem;
  }
}
.choose-package h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #000;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .choose-package h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .choose-package h2 br {
    display: none;
  }
}
.choose-package .choose-subtitle {
  font-size: 20px;
  line-height: 27px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .choose-package .choose-subtitle {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 1200px) {
  .choose-package .choose-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .choose-package .choose-subtitle br {
    display: none;
  }
}
.choose-package .choose-description {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 1400px) {
  .choose-package .choose-description {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 1200px) {
  .choose-package .choose-description {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .choose-package .choose-description {
    text-align: left;
  }
}

.hardware-packages {
  padding: 2rem 0 5rem;
}
@media (max-width: 1200px) {
  .hardware-packages {
    padding: 2rem 0;
  }
}
.hardware-packages .section-title {
  font-size: 25px;
  line-height: 27px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px;
}
.hardware-packages .section-subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #7D7878;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 575px) {
  .hardware-packages .section-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

.software-packages {
  padding-top: 3.5rem;
}

.data-packages {
  padding-top: 0;
}
.data-packages .section-title {
  font-size: 1.45rem;
}
.data-packages .text-link {
  color: #0060d4;
}
.data-packages .data-card {
  border-radius: 1.6rem;
}
.data-packages .data-btn {
  min-width: 150px;
}
.data-packages .data-note {
  color: #6b7280;
}

.package-card {
  border-radius: 10px 10px;
  background: #ffffff;
  border: 1px solid #C9C9C9;
  box-shadow: 0 10px 25px rgba(12, 68, 204, 0.1);
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
  position: relative;
}
.package-card.package-card-featured {
  border: 1px solid #017AFF;
}
.package-card .package-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 20px;
  flex-direction: column;
}
.package-card .package-header .package-tag-primary {
  background: #017AFF;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px 5px;
  position: absolute;
  padding: 3px 15px 6px;
  top: -12px;
  margin: 0 auto;
  display: flex;
  right: 0;
  left: 0;
  justify-content: center;
  width: 100px;
}
.package-card .package-label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  margin: 0 0 5px;
}
.package-card .package-note {
  font-size: 10px;
  line-height: 12px;
  color: #7D7878;
  font-weight: 400;
}
.package-card .package-tag {
  font-size: 0.7rem;
  padding: 0.1rem 0.7rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  color: #6b7280;
}
.package-card .package-image {
  margin: 0 0 20px;
}
.package-card .package-price {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.package-card .package-price p {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: 500;
}
.package-card .package-price .package-price-note {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #7D7878;
}
.package-card .package-list {
  min-height: 270px;
}
.package-card .package-list li {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin: 0 0 12px;
  font-weight: 400;
  display: flex;
}
.package-card .package-list li:last-child {
  margin: 0;
}
.package-card .package-list .check {
  color: #10b981;
  margin-right: 0.4rem;
}
.package-card .cs-btn {
  border: 1px solid #BEBEBE;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 5px 5px;
  color: #000;
  padding: 10px 15px;
}
.package-card .cs-btn:hover {
  background: linear-gradient(76deg, rgb(0, 167, 255) 0%, rgb(1, 123, 255) 100%);
  color: #fff;
}
.package-card .package-card-featured {
  border-width: 1px;
  border-color: #017AFF;
}

.hardware-trust {
  padding: 2rem 0 5rem;
}
@media (max-width: 992px) {
  .hardware-trust {
    padding: 2rem 0;
  }
}
.hardware-trust h2 {
  color: #000;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .hardware-trust h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .hardware-trust h2 {
    text-align: center;
  }
}
.hardware-trust p {
  font-size: 16px;
  line-height: 25px;
  color: #7D7878;
  font-weight: 400;
}
@media (max-width: 992px) {
  .hardware-trust p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
}
.hardware-trust .trust-card {
  background: #ffffff;
  border-radius: 25px 25px;
  padding: 2rem 0.5rem;
  box-shadow: 0 10px 25px rgba(12, 68, 204, 0.1);
}
@media (max-width: 1400px) {
  .hardware-trust .trust-card {
    padding: 2rem 1rem;
  }
}
.hardware-trust .trust-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px 10px;
  margin: 0 auto 30px;
  background: linear-gradient(360deg, rgb(0, 167, 255) 0%, rgb(1, 123, 255) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hardware-trust .trust-title {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px;
  font-family: "Manrope", sans-serif;
}
.hardware-trust .trust-text {
  font-size: 11px;
  line-height: 16px;
  color: grey;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1350px) {
  .hardware-trust .trust-text {
    font-size: 10px;
    line-height: 15px;
  }
}

.hardware-cta {
  padding: 0 0 3rem;
}
@media (max-width: 992px) {
  .hardware-cta {
    padding: 0 0 1rem;
  }
}
.hardware-cta .cta-banner {
  border-radius: 25px 25px;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 350px;
}
@media (max-width: 575px) {
  .hardware-cta .cta-banner {
    height: 200px;
  }
}
.hardware-cta .cta-banner .video-block {
  width: 100%;
  height: 100%;
}
.hardware-cta .cta-banner .video-block video {
  width: 100%;
  height: 100%;
  border-radius: 30px 30px;
  object-fit: cover;
}
.hardware-cta .cta-banner .text-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4rem;
  background: linear-gradient(120deg, rgba(0, 45, 140, 0.9) 0%, rgba(0, 44, 204, 0.9) 100%);
  border-radius: 30px 30px;
}
@media (max-width: 767px) {
  .hardware-cta .cta-banner .text-bar {
    padding: 0 2rem;
  }
}
.hardware-cta .cta-title {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .hardware-cta .cta-title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .hardware-cta .cta-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.hardware-cta .text-cta-sub {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .hardware-cta .text-cta-sub {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .hardware-cta .text-cta-sub {
    font-size: 16px;
    line-height: 20px;
  }
}

.hardware-contact {
  padding: 2.5rem 0 3rem;
}
.hardware-contact .info-card {
  background: #F8F8F8;
  border-radius: 1.7rem;
  padding: 1.5rem 1.6rem 1.4rem;
  box-shadow: 15px 15px 30px rgba(196, 196, 196, 0.0901960784);
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}
.hardware-contact .info-card.orange:hover {
  background: #F9B453;
}
.hardware-contact .info-card.orange:hover .info-title {
  color: #fff;
}
.hardware-contact .info-card.orange:hover .info-text {
  color: #fff;
}
.hardware-contact .info-card.orange:hover .info-btn-sales {
  background: #fff;
  color: #F9B453;
}
.hardware-contact .info-card.orange:hover .info-icon-sales {
  background: #A27D2C;
}
.hardware-contact .info-card.orange:hover .info-icon-sales .icon-dot img {
  content: url("../images/icon132.png");
}
.hardware-contact .info-card.green:hover {
  background: #43C683;
}
.hardware-contact .info-card.green:hover .info-title {
  color: #fff;
}
.hardware-contact .info-card.green:hover .info-text {
  color: #fff;
}
.hardware-contact .info-card.green:hover .info-btn-support {
  background: #fff;
  color: #43C683;
}
.hardware-contact .info-card.green:hover .info-icon-support {
  background: #1D9154;
}
.hardware-contact .info-card.green:hover .info-icon-support .icon-dot img {
  content: url("../images/icon133.png");
}
.hardware-contact .info-card.green:hover .info-icon-support .status-dot {
  background: #F8F8F8;
}
.hardware-contact .info-card.blue:hover {
  background: #8851E1;
}
.hardware-contact .info-card.blue:hover .info-title {
  color: #fff;
}
.hardware-contact .info-card.blue:hover .info-text {
  color: #fff;
}
.hardware-contact .info-card.blue:hover .info-btn-demo {
  background: #fff;
  color: #8851E1;
}
.hardware-contact .info-card.blue:hover .info-icon-demo {
  background: #6C36C4;
}
.hardware-contact .info-card.blue:hover .info-icon-demo .icon-dot img {
  content: url("../images/icon134.png");
}
.hardware-contact .info-icon {
  width: 60px;
  height: 55px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 30px;
}
@media (max-width: 992px) {
  .hardware-contact .info-icon {
    margin: 0 0 15px;
  }
}
.hardware-contact .info-icon .status-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #2BDF34;
  position: absolute;
  top: -1px;
  right: -4px;
}
.hardware-contact .info-icon-sales {
  background: #FFEDC7;
}
.hardware-contact .info-icon-support {
  background: #D9F6DD;
}
.hardware-contact .info-icon-demo {
  background: #ECE0FF;
}
.hardware-contact .info-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #3A3939;
  margin: 0;
}
.hardware-contact .info-text {
  font-size: 16px;
  line-height: 20px;
  color: #808FA6;
  margin: 0 0 20px;
}
@media (max-width: 992px) {
  .hardware-contact .info-text {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 18px;
  }
}
.hardware-contact .info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px 10px;
  padding: 15px 15px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  border: none;
}
.hardware-contact .info-btn-sales {
  background: #F9B453;
}
.hardware-contact .info-btn-support {
  background: #43C683;
}
.hardware-contact .info-btn-demo {
  background: #8851E1;
}

.hardware-footer .footer-main {
  background: #171717;
  padding: 5rem 0 7rem;
}
@media (max-width: 992px) {
  .hardware-footer .footer-main {
    padding: 2rem 0;
  }
}
.hardware-footer .footer-logo img {
  width: 200px;
}
.hardware-footer .footer-title {
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 30px;
}
@media (max-width: 992px) {
  .hardware-footer .footer-title {
    margin: 0 0 15px;
  }
}
.hardware-footer .footer-text {
  font-size: 13px;
  line-height: 20px;
  color: #CCCCCC;
}
.hardware-footer .footer-links {
  padding: 0 0 0 1.5rem;
}
@media (max-width: 1200px) {
  .hardware-footer .footer-links {
    padding: 0;
  }
}
.hardware-footer .footer-links li {
  margin: 0 0 10px;
}
@media (max-width: 992px) {
  .hardware-footer .footer-links li {
    margin: 0 0 5px;
  }
}
.hardware-footer .footer-links li:last-child {
  margin: 0;
}
.hardware-footer .footer-links li a {
  color: #ccc;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
}
.hardware-footer .footer-links li a:hover {
  color: #ffffff;
}
.hardware-footer .footer-bottom {
  background: #1D1D1D;
  padding: 1rem 0;
}
.hardware-footer .footer-bottom .footer-bottom-text {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  font-weight: 400;
}

.hard-page .hardware-section {
  position: relative;
  z-index: 9;
}
.hard-page .hardware-section h2 {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  margin: 0 0 10px;
}
@media (max-width: 1400px) {
  .hard-page .hardware-section h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .hard-page .hardware-section h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.hard-page .hardware-section p {
  color: #7D7878;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 30px;
}
.hard-page .hardware-section .filter-buttons {
  padding: 0 5rem;
}
@media (max-width: 1400px) {
  .hard-page .hardware-section .filter-buttons {
    padding: 0;
  }
}
.hard-page .hardware-section .filter-buttons .filter-btn {
  border: 1px solid #017AFF;
  color: #017AFF;
  margin: 5px;
  padding: 12px 10px;
  border-radius: 5px 5px;
  font-size: 14px;
  line-height: 16px;
  min-width: 140px;
}
.hard-page .hardware-section .filter-buttons .filter-btn.active {
  background: linear-gradient(76deg, rgb(0, 167, 255) 0%, rgb(1, 123, 255) 100%);
  color: #fff;
}
.hard-page .hardware-section .filter-buttons .filter-btn:hover {
  background: linear-gradient(76deg, rgb(0, 167, 255) 0%, rgb(1, 123, 255) 100%);
  color: #fff;
}
.hard-page .hardware-section .product-wrapper .col-lg-3 {
  width: 20%;
}
@media (max-width: 1400px) {
  .hard-page .hardware-section .product-wrapper .col-lg-3 {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .hard-page .hardware-section .product-wrapper .col-lg-3 {
    width: 33.3333%;
  }
}
@media (max-width: 992px) {
  .hard-page .hardware-section .product-wrapper .col-lg-3 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .hard-page .hardware-section .product-wrapper .col-lg-3 {
    width: 100%;
  }
}
.hard-page .hardware-section .product-card {
  padding: 0;
  text-align: left;
  transition: 0.3s;
}
.hard-page .hardware-section .product-card .img-hold {
  min-height: 215px;
  margin: 0 0 15px;
  border: 1px solid #E9E9E9;
  border-radius: 24px 24px;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .hard-page .hardware-section .product-card .img-hold {
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  .hard-page .hardware-section .product-card .img-hold {
    min-height: 350px;
  }
}
@media (max-width: 400px) {
  .hard-page .hardware-section .product-card .img-hold {
    min-height: 300px;
  }
}
.hard-page .hardware-section .product-card .img-hold img {
  margin: 0;
}
.hard-page .hardware-section .product-card img {
  object-fit: contain;
  margin: 0 0 15px;
}
.hard-page .hardware-section .product-card h6 {
  font-size: 13px;
  line-height: 15px;
  color: #000;
  margin: 0 0 2px;
  font-weight: 500;
}
.hard-page .hardware-section .product-card p {
  font-size: 10px;
  line-height: 12px;
  color: #000;
  margin: 0 0 15px;
  font-weight: 400;
}
.hard-page .hardware-section .product-card .price {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: 500;
  margin: 0 0 15px;
  display: block;
}
.hard-page .hardware-section .product-card .inquiry-btn {
  border: 1px solid #000;
  border-radius: 6px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding: 10px 15px;
  background: #fff;
  width: 100%;
}
.hard-page .hardware-section .product-card .inquiry-btn:hover {
  background: #000;
  color: #fff;
}
.hard-page .hardware-section .product-card:hover {
  transform: translateY(-5px);
}
.hard-page .pagination li {
  margin: 0 15px 0 0;
}
.hard-page .pagination li .page-link {
  border: 0;
  padding: 10px 16px;
  border-radius: 7px 7px;
  font-size: 15px;
  line-height: 17px;
  color: #424242;
  font-weight: 500;
}
.hard-page .pagination li .page-link:hover {
  background: #000;
  color: #fff;
}
.hard-page .pagination li.active .page-link {
  background: #000;
  color: #fff;
}

.soft-page .software-packages {
  position: relative;
  z-index: 1;
}
.soft-page .software-packages::before {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  content: "";
  background: url(../images/bg05.png) no-repeat;
  background-size: 100%;
  width: 640px;
  height: 1280px;
  z-index: -1;
}
.soft-page .software-packages h2 {
  font-size: 35px;
  line-height: 40px;
  margin: 0 0 10px;
}
@media (max-width: 1400px) {
  .soft-page .software-packages h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .soft-page .software-packages h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.soft-page .software-packages p {
  color: #7D7878;
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 575px) {
  .soft-page .software-packages p {
    font-size: 14px;
    line-height: 16px;
  }
}
.soft-page .software-packages p span.blue-text {
  color: #798FFE;
}
.soft-page .software-packages p span.red {
  color: #68BE56;
}
.soft-page .software-packages p span.org {
  color: #ECA04F;
}
.soft-page .software-packages p span.green {
  color: #ED5959;
}
.soft-page .software-packages .package-card .package-header .package-label {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  margin: 0 0 20px;
}
.soft-page .software-packages .package-card .package-header .package-note {
  font-size: 14px;
  line-height: 18px;
  color: #7D7878;
  font-weight: 400;
  min-height: 35px;
}
.soft-page .software-packages .package-card .package-body .package-price {
  margin: 0 0 30px;
}
.soft-page .software-packages .package-card .package-body .package-price p {
  font-size: 30px;
  line-height: 32px;
  color: #000;
  font-weight: 500;
}
.soft-page .software-packages .package-card .package-body .package-list {
  min-height: 400px;
}
@media (max-width: 767px) {
  .soft-page .software-packages .package-card .package-body .package-list {
    min-height: inherit;
  }
}
.soft-page .software-packages .package-card .package-body .package-list li {
  display: flex;
  align-items: center;
  color: #000;
  margin: 0 0 20px;
}
.soft-page .software-packages .package-card .package-body .package-list li span {
  margin: 0 10px 0 0;
}
.soft-page .software-packages .package-card .package-body .package-list li p {
  margin: 0;
  color: #000;
}
.soft-page .software-packages .package-card .package-body .package-list li p em {
  display: block;
  font-style: normal;
  color: #ED5959;
  font-size: 10px;
  line-height: 12px;
}
.soft-page .software-packages .bot-text {
  color: #808FA6;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.soft-page .data-packages h2 {
  font-size: 35px;
  line-height: 40px;
  margin: 0 0 10px;
}
@media (max-width: 1400px) {
  .soft-page .data-packages h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .soft-page .data-packages h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.soft-page .data-packages p {
  color: #7D7878;
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 575px) {
  .soft-page .data-packages p {
    font-size: 14px;
    line-height: 16px;
  }
}
.soft-page .data-packages p span.blue-text {
  color: #798FFE;
}
.soft-page .data-packages p span.red {
  color: #68BE56;
}
.soft-page .data-packages p span.org {
  color: #ECA04F;
}
.soft-page .data-packages p span.green {
  color: #ED5959;
}
.soft-page .data-packages .data-card {
  padding: 40px 40px;
}
@media (max-width: 1200px) {
  .soft-page .data-packages .data-card {
    padding: 20px 20px;
  }
}
.soft-page .data-packages .data-card .package-label {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  margin: 0 0 10px;
}
.soft-page .data-packages .data-card .package-note {
  font-size: 14px;
  line-height: 18px;
  color: #7D7878;
  font-weight: 400;
}
.soft-page .data-packages .data-card .package-list {
  min-height: 140px;
}
.soft-page .data-packages .data-card .package-list li {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.soft-page .data-packages .data-card .package-list li span {
  margin: 0 10px 0 0;
}
.soft-page .data-packages .data-card .package-price p {
  font-size: 30px;
  line-height: 32px;
  color: #000;
  font-weight: 500;
}
.soft-page .data-packages .data-btn {
  border: 1px solid #BEBEBE;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 5px 5px;
  color: #000;
  padding: 10px 20px;
  min-width: 200px;
}
.soft-page .data-packages .data-btn:hover {
  background: linear-gradient(76deg, rgb(0, 167, 255) 0%, rgb(1, 123, 255) 100%);
  color: #fff;
}
.soft-page .data-packages .data-note {
  color: #808FA6;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.soft-page .addon-packages {
  position: relative;
  z-index: 1;
}
.soft-page .addon-packages::before {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  content: "";
  background: url(../images/bg06.png) no-repeat;
  background-size: 100%;
  width: 451px;
  height: 1000px;
  z-index: -1;
}
.soft-page .addon-packages h2 {
  font-size: 35px;
  line-height: 40px;
  margin: 0 0 10px;
}
@media (max-width: 1400px) {
  .soft-page .addon-packages h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .soft-page .addon-packages h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.soft-page .addon-packages p.section-subtitle {
  color: #7D7878;
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 575px) {
  .soft-page .addon-packages p.section-subtitle {
    font-size: 14px;
    line-height: 16px;
  }
}
.soft-page .addon-packages .addon-card {
  border-radius: 16px;
  border: 1px solid #d4d4d8;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(12, 68, 204, 0.08);
  padding: 24px 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.soft-page .addon-packages .addon-title {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 5px;
  color: #000;
  font-weight: 500;
  min-height: 70px;
}
@media (max-width: 1200px) {
  .soft-page .addon-packages .addon-title {
    min-height: inherit;
  }
}
.soft-page .addon-packages .addon-subtitle {
  font-size: 16px;
  line-height: 18px;
  color: #017AFF;
  margin: 5px 0 0;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .soft-page .addon-packages .addon-subtitle {
    font-size: 12px;
    line-height: 14px;
  }
}
.soft-page .addon-packages .addon-price {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  margin: 2rem 0 24px;
}
.soft-page .addon-packages .addon-price span {
  font-size: 13px;
  font-weight: 400;
  color: #7D7878;
  margin-left: 4px;
}
.soft-page .addon-packages .addon-btn {
  border: 1px solid #bfbfbf;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 6px;
  padding: 10px 16px;
  color: #000;
  background: #ffffff;
}
.soft-page .addon-packages .addon-btn:hover {
  background: linear-gradient(76deg, rgb(0, 167, 255) 0%, rgb(1, 123, 255) 100%);
  color: #ffffff;
  border-color: transparent;
}
.soft-page .addon-packages .addon-note {
  color: #808FA6;
  font-size: 14px;
  line-height: 16px;
}
.soft-page .wholesale-cta {
  padding: 3rem 0 4rem;
}
.soft-page .wholesale-cta .wholesale-banner {
  border-radius: 24px;
  background-size: cover;
  color: #ffffff;
  position: relative;
  height: 520px;
}
.soft-page .wholesale-cta .wholesale-banner .video-block {
  width: 100%;
  height: 100%;
}
.soft-page .wholesale-cta .wholesale-banner .video-block video {
  width: 100%;
  height: 100%;
  border-radius: 30px 30px;
  object-fit: cover;
}
.soft-page .wholesale-cta .wholesale-banner .text-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4rem;
  background: linear-gradient(180deg, rgba(0, 163, 255, 0.5) 0%, rgba(1, 128, 255, 0.7) 100%);
  border-radius: 30px 30px;
}
@media (max-width: 575px) {
  .soft-page .wholesale-cta .wholesale-banner .text-bar {
    padding: 0 2rem;
  }
}
.soft-page .wholesale-cta .wholesale-title {
  font-size: 35px;
  line-height: 40px;
  margin: 0 0 30px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .soft-page .wholesale-cta .wholesale-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .soft-page .wholesale-cta .wholesale-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.soft-page .wholesale-cta .wholesale-text {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1400px) {
  .soft-page .wholesale-cta .wholesale-text {
    font-size: 16px;
    line-height: 25px;
  }
}
.soft-page .wholesale-cta .wholesale-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
  border-radius: 12px 12px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #fff;
  margin: 2.5rem 0 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .soft-page .wholesale-cta .wholesale-btn {
    font-size: 15px;
    line-height: 17px;
  }
}
.soft-page .wholesale-cta .wholesale-btn .arrow {
  margin-left: 8px;
  font-size: 16px;
}
.soft-page .wholesale-cta .wholesale-btn:hover {
  background: #000;
  border: 1px solid #000;
}

.store-page .hardware-hero {
  background: url(../images/bg07.png) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.store-page .hardware-hero:before {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  content: "";
  background: url(../images/bg08.png) no-repeat top;
  background-size: 100%;
  z-index: -1;
  width: 918px;
  height: 1000px;
}
@media (max-width: 1280px) {
  .store-page .hardware-hero:before {
    width: 570px;
    height: 700px;
  }
}
@media (max-width: 575px) {
  .store-page .hardware-hero .hero-subtitle br {
    display: none;
  }
}
.store-page .CLS-bar {
  padding: 4rem 0;
  background: #ECA04F;
  position: relative;
  z-index: 1;
}
.store-page .CLS-bar .l-bar h2 {
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  margin: 0 0 25px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .store-page .CLS-bar .l-bar h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .store-page .CLS-bar .l-bar h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.store-page .CLS-bar .l-bar p {
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .store-page .CLS-bar .l-bar p {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .store-page .CLS-bar .l-bar p {
    font-size: 14px;
    line-height: 16px;
  }
}
.store-page .CLS-bar .r-bar p {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  text-align: justify;
}
@media (max-width: 1400px) {
  .store-page .CLS-bar .r-bar p {
    font-size: 16px;
    line-height: 25px;
  }
}
.store-page .hardware-trust {
  padding: 7rem 0 5rem;
}
@media (max-width: 1400px) {
  .store-page .hardware-trust {
    padding: 5rem 0 2rem;
  }
}
@media (max-width: 575px) {
  .store-page .hardware-trust {
    padding: 3rem 0 2rem;
  }
}
.store-page .hardware-trust .trust-card {
  box-shadow: 0 3px 9px rgba(12, 68, 204, 0.1);
  height: 100%;
  padding: 2rem 0.5rem;
}
.store-page .hardware-trust .trust-icon {
  margin: 0 auto 20px;
}
.store-page .lsc-bar h2 {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  margin: 0 0 10px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1400px) {
  .store-page .lsc-bar h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .store-page .lsc-bar h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.store-page .lsc-bar .box {
  padding: 3.5rem 1.5rem;
  background: url(../images/bg09.png) no-repeat;
  border-radius: 25px 25px;
}
@media (max-width: 1400px) {
  .store-page .lsc-bar .box {
    height: 100%;
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .store-page .lsc-bar .box {
    background-size: cover;
  }
}
.store-page .lsc-bar .box p {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1400px) {
  .store-page .lsc-bar .box p {
    font-size: 16px;
    line-height: 20px;
  }
}
.store-page .d-order-bar {
  position: relative;
  z-index: 99;
  padding: 2rem 0 0;
}
@media (max-width: 1400px) {
  .store-page .d-order-bar {
    padding: 2rem 0;
  }
}
.store-page .d-order-bar::before {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #ECA04F;
  width: 100%;
  height: 50%;
  z-index: -1;
}
@media (max-width: 1400px) {
  .store-page .d-order-bar::before {
    top: 26%;
  }
}
@media (max-width: 992px) {
  .store-page .d-order-bar::before {
    top: 20%;
    height: 80%;
  }
}
.store-page .d-order-bar .text-hold h3 {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 15px;
}
@media (max-width: 1400px) {
  .store-page .d-order-bar .text-hold h3 {
    font-size: 25px;
    line-height: 27px;
  }
}
.store-page .d-order-bar .text-hold h3 span {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .store-page .d-order-bar .text-hold h3 span {
    font-size: 18px;
    line-height: 20px;
  }
}
.store-page .d-order-bar .text-hold p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
.store-page .chose-bar {
  position: relative;
  z-index: 1;
}
.store-page .chose-bar:before {
  position: absolute;
  top: -15rem;
  left: -10px;
  right: auto;
  bottom: auto;
  content: "";
  background: url(../images/bg13.png) no-repeat top;
  background-size: 100%;
  width: 670px;
  height: 1100px;
  z-index: -1;
}
.store-page .chose-bar h2 {
  font-size: 25px;
  line-height: 27px;
  color: #000;
  font-weight: 500;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .store-page .chose-bar h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .store-page .chose-bar h2 {
    text-align: center;
    margin: 0 0 10px;
  }
}
.store-page .chose-bar h2 span {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .store-page .chose-bar h2 span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .store-page .chose-bar h2 span {
    margin: 10px 0 0;
    display: block;
  }
}
.store-page .chose-bar p {
  margin: 0;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .store-page .chose-bar p {
    text-align: center;
  }
}
.store-page .chose-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 1400px) {
  .store-page .chose-bar ul {
    justify-content: flex-start;
  }
}
.store-page .chose-bar ul li {
  font-size: 16px;
  line-height: 20px;
  color: #BD7325;
  margin: 0 0 10px;
  font-weight: 500;
  width: 30%;
  background: #FFE7CD;
  padding: 2rem 1rem;
  text-align: center;
  border-radius: 20px 20px;
  display: flex;
  align-items: center;
  min-height: 150px;
  margin: 0;
}
@media (max-width: 1400px) {
  .store-page .chose-bar ul li {
    font-size: 14px;
    line-height: 18px;
    width: 31%;
  }
}
@media (max-width: 1200px) {
  .store-page .chose-bar ul li {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .store-page .chose-bar ul li {
    width: 31.5%;
  }
}
@media (max-width: 767px) {
  .store-page .chose-bar ul li {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .store-page .chose-bar ul li {
    width: 100%;
    justify-content: center;
  }
}

.smoke-page .CLS-bar {
  background: #ED5959;
}
.smoke-page .lsc-bar .box {
  background: url(../images/bg10.png) no-repeat;
  background-size: cover;
}
.smoke-page .d-order-bar:before {
  background: #ED5959;
}
@media (max-width: 1200px) {
  .smoke-page .d-order-bar:before {
    top: 24%;
    height: 52%;
  }
}
@media (max-width: 992px) {
  .smoke-page .d-order-bar:before {
    top: 20%;
    height: 80%;
  }
}
.smoke-page .chose-bar::before {
  background: url(../images/bg12.png) no-repeat top;
}
.smoke-page .chose-bar ul li {
  background: #FED7D7;
  color: #A13535;
  padding: 2rem 2rem;
}
.smoke-page .hardware-hero:before {
  background: url(../images/bg11.png) no-repeat top;
  background-size: 100%;
}

.convenience-page .CLS-bar {
  background: #68BE56;
}
.convenience-page .lsc-bar .box {
  background: url(../images/bg14.png) no-repeat;
  background-size: cover;
  padding: 3.5rem 1rem;
}
.convenience-page .d-order-bar:before {
  background: #68BE56;
}
.convenience-page .chose-bar ul li {
  background: #E2FFD5;
  color: #5D8D53;
}
.convenience-page .chose-bar::before {
  background: url(../images/bg15.png) no-repeat top;
}
.convenience-page .hardware-hero::before {
  background: url(../images/bg16.png) no-repeat top;
  background-size: 100%;
}
@media (max-width: 575px) {
  .convenience-page .l-bar h2 br {
    display: none;
  }
}

.grocery-page .CLS-bar {
  background: #798FFE;
}
.grocery-page .lsc-bar .box {
  background: url(../images/bg17.png) no-repeat;
  background-size: cover;
}
.grocery-page .d-order-bar:before {
  background: #798FFE;
}
.grocery-page .chose-bar ul li {
  background: #D3DAFB;
  color: #4758AF;
}
.grocery-page .chose-bar::before {
  background: url(../images/bg18.png) no-repeat top;
}
.grocery-page .hardware-hero::before {
  background: url(../images/bg19.png) no-repeat top;
  background-size: 100%;
}

.contact-page .contact-hero {
  position: relative;
  color: #fff;
  margin: 10px 0 0;
}
@media (max-width: 575px) {
  .contact-page .contact-hero {
    height: 50vh;
  }
}
.contact-page .contact-hero .video-block {
  width: 100%;
  height: 100%;
}
.contact-page .contact-hero .video-block video {
  width: 100%;
  height: 100%;
  border-radius: 30px 30px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .contact-page .contact-hero .video-block video {
    border-radius: 10px 10px;
  }
}
.contact-page .contact-hero .text-content {
  position: absolute;
  top: -7rem;
  left: auto;
  right: auto;
  bottom: 0;
  content: "";
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .contact-page .contact-hero .text-content {
    top: -2rem;
  }
}
@media (max-width: 575px) {
  .contact-page .contact-hero .text-content {
    top: 0;
  }
}
.contact-page .contact-hero .text-content h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  margin: 0 0 15px;
}
@media (max-width: 992px) {
  .contact-page .contact-hero .text-content h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .contact-page .contact-hero .text-content h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.contact-page .contact-hero .text-content h1 {
  color: #fff;
}
.contact-page .contact-hero .text-content h1 .text-wrapper {
  display: block;
  overflow: hidden;
  height: 42px;
  margin: 10px 0 0;
}
@media (max-width: 992px) {
  .contact-page .contact-hero .text-content h1 .text-wrapper {
    margin: 0;
  }
}
.contact-page .contact-hero .text-content h1 .text-wrapper .text-slider {
  display: flex;
  flex-direction: column;
  animation: slideText 8s infinite;
}
.contact-page .contact-hero .text-content h1 .text-wrapper .text-slider span {
  height: 42px;
  line-height: 38px;
  display: block;
  color: #1AB7FF;
}
.contact-page .contact-hero .text-content p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 30px;
}
@media (max-width: 992px) {
  .contact-page .contact-hero .text-content p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px;
  }
}
.contact-page .contact-hero .text-content .hh-btn {
  background: linear-gradient(76deg, rgb(0, 167, 255) 0%, rgb(1, 123, 255) 100%);
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  border: 0;
  border-radius: 10px 10px;
  color: #fff;
  padding: 16px 15px;
  min-width: 190px;
}
.contact-page .contact-hero .text-content .hh-btn:hover {
  opacity: 0.9;
}
@media (max-width: 575px) {
  .contact-page .contact-hero .text-content .hh-btn {
    padding: 15px 15px;
    font-size: 16px;
    line-height: 18px;
    min-width: 160px;
  }
}
.contact-page .cards {
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
}
.contact-page .cards .contact-cards {
  margin: -50px 0 0;
}
@media (max-width: 575px) {
  .contact-page .cards .contact-cards {
    margin: 20px 0 0;
  }
}
.contact-page .cards .info-card {
  padding: 50px 30px;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  height: 100%;
}
@media (max-width: 575px) {
  .contact-page .cards .info-card {
    border-radius: 15px 15px;
  }
}
.contact-page .cards .info-card h4 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 40px;
}
@media (max-width: 1400px) {
  .contact-page .cards .info-card h4 {
    margin: 0 0 30px;
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-width: 1200px) {
  .contact-page .cards .info-card h4 {
    font-size: 20px;
    line-height: 22px;
  }
}
.contact-page .cards .info-card p {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}
@media (max-width: 1400px) {
  .contact-page .cards .info-card p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .contact-page .cards .info-card p {
    font-size: 14px;
    line-height: 18px;
  }
}
.contact-page .cards {
  /* Card Colors */
}
.contact-page .cards .sales {
  background: #68BE56;
}
.contact-page .cards .support {
  background: #ED5959;
}
.contact-page .cards .partner {
  background: #ECA04F;
}
.contact-page .contact-section {
  background: url(../images/bg20.png) no-repeat;
  background-size: cover;
  padding: 80px 0;
  border-radius: 30px 30px;
}
.contact-page .contact-section .contact-info h3 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .contact-page .contact-section .contact-info h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .contact-page .contact-section .contact-info h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.contact-page .contact-section .contact-info .subtitle {
  color: #131313;
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 22px;
  opacity: 0.5;
}
.contact-page .contact-section .contact-info .info-block {
  margin: 0 0 30px;
}
.contact-page .contact-section .contact-info .info-block .icon {
  margin: 0 0 20px;
}
.contact-page .contact-section .contact-info .info-block h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 15px;
}
.contact-page .contact-section .contact-info .info-block p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #131313;
  opacity: 0.5;
  margin: 0 0 15px;
}
.contact-page .contact-section .contact-info .info-block span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.contact-page .contact-section .contact-info .info-block .icon {
  width: 40px;
  height: 40px;
  border-radius: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
}
.contact-page .contact-section .contact-info .info-block .icon img {
  width: 20px;
}
.contact-page .contact-section .contact-info .info-block .email {
  background: #FFF4EC;
  color: #ff5c5c;
}
.contact-page .contact-section .contact-info .info-block .phone {
  background: #F6F2FF;
  color: #8c6bff;
}
.contact-page .contact-section .contact-info .info-block .office {
  background: #E6F7F2;
  color: #38c172;
}
.contact-page .contact-section .contact-form h4 {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  margin: 0 0 25px;
}
@media (max-width: 1400px) {
  .contact-page .contact-section .contact-form h4 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .contact-page .contact-section .contact-form h4 {
    font-size: 25px;
    line-height: 30px;
  }
}
.contact-page .contact-section .contact-form .form-sub {
  font-size: 16px;
  line-height: 20px;
  color: #131313;
  opacity: 0.5;
  margin: 0 0 25px;
}
.contact-page .contact-section .contact-form label {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  color: grey;
  margin: 0 0 5px;
}
.contact-page .contact-section .contact-form .form-control {
  border-radius: 6px;
  font-size: 14px;
  padding: 10px 12px;
  color: #131313;
  opacity: 0.5;
}
.contact-page .contact-section .contact-form textarea {
  resize: none;
}
.contact-page .contact-section .contact-form .send-btn {
  border-radius: 10px 10px;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  background: #2398FF;
  color: #fff;
}
.contact-page .contact-section .phone-wrapper .phone-input-group {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
}
.contact-page .contact-section .phone-wrapper .phone-input-group:after {
  display: block;
  content: "";
  clear: both;
}
.contact-page .contact-section .phone-wrapper .country-btn {
  border: none;
  padding: 12px 18px;
  font-size: 15px;
  color: #131313;
  opacity: 0.5;
  background: none;
}
.contact-page .contact-section .phone-wrapper .country-btn:focus {
  box-shadow: none;
}
.contact-page .contact-section .phone-wrapper .phone-input {
  border: none;
  padding: 12px 16px;
  font-size: 14px;
  color: #131313;
  opacity: 0.5;
}
.contact-page .contact-section .phone-wrapper .phone-input:focus {
  box-shadow: none;
}
.contact-page {
  /* animation for 3 text */
}
@keyframes slideText {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-42px);
  }
  65% {
    transform: translateY(-42px);
  }
  70% {
    transform: translateY(-84px);
  }
  95% {
    transform: translateY(-84px);
  }
  100% {
    transform: translateY(0);
  }
}
.contact-page .text-wrapper:hover .text-slider {
  animation-play-state: paused;
}

.about-page .hardware-hero h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  margin: 0 0 15px;
  color: #000;
}
@media (max-width: 992px) {
  .about-page .hardware-hero h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .about-page .hardware-hero h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.about-page .hardware-hero h1 .text-wrapper {
  display: block;
  overflow: hidden;
  height: 42px;
  margin: 10px 0 0;
}
@media (max-width: 992px) {
  .about-page .hardware-hero h1 .text-wrapper {
    margin: 0;
  }
}
.about-page .hardware-hero h1 .text-wrapper .text-slider {
  display: flex;
  flex-direction: column;
  animation: slideText 8s infinite;
}
.about-page .hardware-hero h1 .text-wrapper .text-slider span {
  height: 42px;
  line-height: 38px;
  display: block;
  color: #1AB7FF;
}
@media (max-width: 1150px) {
  .about-page .hardware-hero .hero-subtitle br {
    display: none;
  }
}
.about-page .hardware-hero .video-card {
  width: 100%;
  border-radius: 35px 35px;
}
.about-page .hardware-hero .video-wrapper {
  position: relative;
  width: 100%;
  height: 370px;
}
@media (max-width: 767px) {
  .about-page .hardware-hero .video-wrapper {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .about-page .hardware-hero .video-wrapper {
    height: 250px;
  }
}
.about-page .hardware-hero .video-wrapper .placeholder-video {
  position: absolute;
  inset: 0;
}
.about-page .hardware-hero .btn-pause {
  width: 50px;
  height: 50px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid #fff;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  top: auto;
  bottom: 35px;
  right: 35px;
}
.about-page .hardware-hero .btn-pause:hover {
  background: linear-gradient(76deg, rgb(0, 167, 255) 0%, rgb(1, 123, 255) 100%);
  transform: scale(1.06);
  border-color: white;
}
.about-page .hardware-hero .btn-pause.playing {
  background: rgba(30, 30, 30, 0.7);
}
.about-page .hardware-hero .pause-icon {
  color: white;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 575px) {
  .about-page .hardware-hero .hero-subtitle br {
    display: none;
  }
}
.about-page .who-header {
  background: url(../images/bg21.png) no-repeat;
  background-size: cover;
  border-radius: 40px 40px;
  padding: 10rem 0;
}
@media (max-width: 1150px) {
  .about-page .who-header {
    padding: 7rem 0;
    border-radius: 15px 15px;
  }
}
@media (max-width: 992px) {
  .about-page .who-header {
    padding: 5rem 0;
    border-radius: 15px 15px;
  }
}
.about-page .who-header h2 {
  font-size: 60px;
  line-height: 62px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px;
}
@media (max-width: 992px) {
  .about-page .who-header h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
.about-page .who-header .lead {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 15px;
}
@media (max-width: 1400px) {
  .about-page .who-header .lead {
    font-size: 25px;
    line-height: 27px;
  }
}
.about-page .who-header p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 992px) {
  .about-page .who-header p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .about-page .who-header p {
    font-size: 14px;
    line-height: 20px;
  }
}
.about-page .who-header .para {
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  font-weight: 400;
  text-align: justify;
}
@media (max-width: 1400px) {
  .about-page .who-header .para {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .about-page .who-header .para {
    font-size: 14px;
    line-height: 20px;
  }
}
.about-page .card-block .feature-card {
  border: none;
  border-radius: 40px 40px;
  color: white;
  overflow: hidden;
  position: relative;
  padding: 5rem 1.5rem;
  height: 100%;
}
@media (max-width: 1200px) {
  .about-page .card-block .feature-card {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .about-page .card-block .feature-card {
    margin: 0 0 10px;
    height: auto;
  }
}
.about-page .card-block .feature-card h3 {
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 15px;
}
.about-page .card-block .feature-card .s-text {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin: 0 0 25px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .about-page .card-block .feature-card .s-text {
    font-size: 14px;
    line-height: 16px;
  }
}
.about-page .card-block .feature-card p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .about-page .card-block .feature-card p {
    font-size: 14px;
    line-height: 20px;
  }
}
.about-page .card-block .feature-card--mission {
  background-color: #68BE56;
}
.about-page .card-block .feature-card--vision {
  background-color: #ED5959;
}
.about-page .card-block .feature-card--serve {
  background-color: #ECA04F;
}
.about-page .features-section {
  position: relative;
  z-index: 1;
}
.about-page .features-section:before {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  content: "";
  background: url(../images/bg22.png) no-repeat top;
  background-size: 100%;
  z-index: -1;
  width: 640px;
  height: 940px;
}
.about-page .features-section:after {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  content: "";
  background: url(../images/bg23.png) no-repeat top;
  background-size: 100%;
  z-index: -1;
  width: 690px;
  height: 1040px;
}
.about-page .features-section h2 {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (max-width: 1400px) {
  .about-page .features-section h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .about-page .features-section h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.about-page .features-section p {
  font-size: 16px;
  line-height: 20px;
  color: #7D7878;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .about-page .features-section p {
    font-size: 14px;
    line-height: 18px;
  }
}
.about-page .features-section .col-xxl-2 {
  width: 20%;
}
@media (max-width: 1400px) {
  .about-page .features-section .col-xxl-2 {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .about-page .features-section .col-xxl-2 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .about-page .features-section .col-xxl-2 {
    width: 100%;
  }
}
.about-page .icon-box {
  width: 50px;
  height: 50px;
  border-radius: 10px 10px;
  margin: 0 auto 20px;
  background: linear-gradient(360deg, rgb(0, 167, 255) 0%, rgb(1, 123, 255) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .icon-box img {
  width: auto;
}
.about-page .feature-cards {
  background: #ffffff;
  border-radius: 25px 25px;
  padding: 2.5rem 1.5rem;
  box-shadow: 0 10px 25px rgba(12, 68, 204, 0.1);
}
.about-page .feature-cards h5 {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 10px;
}
.about-page .feature-cards p {
  font-size: 10px;
  line-height: 16px;
  margin: 0 0 15px;
}
@media (max-width: 1280px) {
  .about-page .feature-cards p {
    padding: 0;
  }
}
.about-page .feature-cards a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 12px;
  color: #00AFFF;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}
.about-page .feature-cards a img {
  width: 10px;
  margin: 2px 0 0 5px;
}
.about-page .trust-card {
  height: 100%;
}
.about-page .trust-card .trust-icon {
  width: auto;
  height: auto;
  background: none;
}
.about-page .trust-card.sim-area {
  background: #798FFE;
}
.about-page .trust-card.rel {
  background: #68BE56;
}
.about-page .trust-card.cus {
  background: #ED5959;
}
.about-page .trust-card.inn {
  background: #ECA04F;
}
.about-page .trust-card .trust-title {
  color: #fff;
  font-weight: 600;
}
.about-page .trust-card .trust-text {
  color: #fff;
  font-weight: 400;
}

.loyalty-page .hardware-hero {
  background: url(../images/bg31.png) no-repeat top;
  background-size: cover;
  padding: 19rem 0;
  border-radius: 20px 20px;
  margin: 10px 0 0;
}
@media (max-width: 1600px) {
  .loyalty-page .hardware-hero {
    padding: 16rem 0;
  }
}
@media (max-width: 1400px) {
  .loyalty-page .hardware-hero {
    padding: 12rem 0;
  }
}
@media (max-width: 1280px) {
  .loyalty-page .hardware-hero {
    padding: 12rem 0;
  }
}
@media (max-width: 1200px) {
  .loyalty-page .hardware-hero {
    padding: 10rem 0;
  }
}
@media (max-width: 992px) {
  .loyalty-page .hardware-hero {
    background: url(../images/bg24.png) no-repeat top;
    background-size: cover;
    padding: 2rem 0 0;
  }
}
@media (max-width: 575px) {
  .loyalty-page .hardware-hero {
    margin: 0;
    border-radius: 0;
  }
}
.loyalty-page .hardware-hero:before {
  display: none;
}
.loyalty-page .hardware-hero h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  margin: 0 0 20px;
  color: #000;
}
@media (max-width: 1400px) {
  .loyalty-page .hardware-hero h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .loyalty-page .hardware-hero h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .loyalty-page .hardware-hero h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 400px) {
  .loyalty-page .hardware-hero h1 {
    font-size: 23px;
    line-height: 28px;
  }
}
.loyalty-page .hardware-hero h1 .text-wrapper {
  display: inline-block;
  overflow: hidden;
  height: 42px;
  position: relative;
  top: 10px;
}
@media (max-width: 575px) {
  .loyalty-page .hardware-hero h1 .text-wrapper {
    height: 38px;
  }
}
@media (max-width: 400px) {
  .loyalty-page .hardware-hero h1 .text-wrapper {
    height: 30px;
    top: 3px;
  }
}
@media (max-width: 992px) {
  .loyalty-page .hardware-hero h1 .text-wrapper {
    margin: 0;
  }
}
.loyalty-page .hardware-hero h1 .text-wrapper .text-slider {
  display: flex;
  flex-direction: column;
  animation: slideText 7s infinite;
}
.loyalty-page .hardware-hero h1 .text-wrapper .text-slider span {
  height: 42px;
  line-height: 38px;
  display: block;
  color: #1AB7FF;
}
@media (max-width: 992px) {
  .loyalty-page .hardware-hero .hero-subtitle {
    margin: 0 0 15px;
  }
}
.loyalty-page .hardware-hero .hero-image-wrapper img {
  margin: 0 -1rem 0 0;
}
.loyalty-page .retail-solutions {
  padding: 7rem 0 5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .loyalty-page .retail-solutions {
    padding: 3rem 0;
  }
}
@media (max-width: 575px) {
  .loyalty-page .retail-solutions {
    padding: 3rem 0 2rem;
  }
}
.loyalty-page .retail-solutions::before {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  content: "";
  background: url(../images/bg29.png) no-repeat top;
  background-size: 100%;
  z-index: -1;
  width: 764px;
  height: 940px;
}
.loyalty-page .retail-solutions .section-content h2 {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  margin: 0 0 15px;
}
@media (max-width: 1400px) {
  .loyalty-page .retail-solutions .section-content h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px;
  }
}
@media (max-width: 575px) {
  .loyalty-page .retail-solutions .section-content h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.loyalty-page .retail-solutions .section-content p {
  font-size: 12px;
  line-height: 20px;
  color: #7D7878;
  margin: 0;
}
@media (max-width: 992px) {
  .loyalty-page .retail-solutions .section-content p {
    margin: 0 0 15px;
  }
}
.loyalty-page .retail-solutions .solution-card {
  border-radius: 16px;
  padding: 28px 25px;
  position: relative;
  overflow: hidden;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 1400px) {
  .loyalty-page .retail-solutions .solution-card {
    padding: 15px 15px;
  }
}
.loyalty-page .retail-solutions .solution-card h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.loyalty-page .retail-solutions .solution-card a {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.loyalty-page .retail-solutions .solution-card img {
  height: 70px;
  object-fit: contain;
}
.loyalty-page .retail-solutions .grocery {
  background: url(../images/img21.png) right center no-repeat;
  background-size: cover;
}
@media (max-width: 1400px) {
  .loyalty-page .retail-solutions .grocery {
    background-size: cover;
  }
}
.loyalty-page .retail-solutions .convenience {
  background: url(../images/img22.png) right center no-repeat;
  background-size: cover;
}
@media (max-width: 1400px) {
  .loyalty-page .retail-solutions .convenience {
    background-size: cover;
  }
}
.loyalty-page .retail-solutions .smoke {
  background: url(../images/img23.png) right center no-repeat;
  background-size: cover;
}
@media (max-width: 1400px) {
  .loyalty-page .retail-solutions .smoke {
    background-size: cover;
  }
}
.loyalty-page .retail-solutions .liquor {
  background: url(../images/img24.png) right center no-repeat;
  background-size: cover;
}
@media (max-width: 1400px) {
  .loyalty-page .retail-solutions .liquor {
    background-size: cover;
  }
}
.loyalty-page .CLS-bar {
  padding: 4rem 0;
  background: #000000;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .loyalty-page .CLS-bar {
    padding: 2rem 0;
  }
}
.loyalty-page .CLS-bar .l-bar h2 {
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  margin: 0 0 25px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .loyalty-page .CLS-bar .l-bar h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .loyalty-page .CLS-bar .l-bar h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}
.loyalty-page .CLS-bar .l-bar p {
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1400px) {
  .loyalty-page .CLS-bar .l-bar p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .loyalty-page .CLS-bar .l-bar p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 22px;
  }
}
.loyalty-page .CLS-bar .r-bar p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  text-align: justify;
}
@media (max-width: 1400px) {
  .loyalty-page .CLS-bar .r-bar p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .loyalty-page .CLS-bar .r-bar p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
}
.loyalty-page .hardware-trust {
  padding: 5rem 0 5rem;
  position: relative;
  z-index: 99;
}
@media (max-width: 992px) {
  .loyalty-page .hardware-trust {
    padding: 2rem 0;
  }
}
.loyalty-page .hardware-trust h2 {
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (max-width: 1400px) {
  .loyalty-page .hardware-trust h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .loyalty-page .hardware-trust h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.loyalty-page .hardware-trust .trust-card {
  background: #ffffff;
  border-radius: 25px 25px;
  padding: 2.5rem 1.5rem;
  box-shadow: 0 3.22px 10px rgba(12, 68, 204, 0.1);
  height: 100%;
}
@media (max-width: 1400px) {
  .loyalty-page .hardware-trust .trust-card {
    padding: 2rem 1rem;
  }
}
.loyalty-page .hardware-trust .trust-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px 10px;
  margin: 0 auto 30px;
  background: linear-gradient(360deg, rgb(0, 167, 255) 0%, rgb(1, 123, 255) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loyalty-page .hardware-trust .trust-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #000;
  margin: 0 0 10px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
.loyalty-page .hardware-trust .trust-text {
  font-size: 12px;
  line-height: 20px;
  color: grey;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1400px) {
  .loyalty-page .hardware-trust .trust-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.loyalty-page .loyalty-features {
  padding: 2rem 0 5rem;
}
@media (max-width: 575px) {
  .loyalty-page .loyalty-features {
    padding: 2rem 0 2rem;
  }
}
.loyalty-page .loyalty-features h2 {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  margin: 0 0 15px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .loyalty-page .loyalty-features h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .loyalty-page .loyalty-features h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.loyalty-page .loyalty-features p {
  color: #7D7878;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 575px) {
  .loyalty-page .loyalty-features p {
    font-size: 14px;
    line-height: 20px;
  }
}
.loyalty-page .loyalty-features .feature-card {
  padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
  min-height: 200px;
}
@media (max-width: 1200px) {
  .loyalty-page .loyalty-features .feature-card {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .loyalty-page .loyalty-features .feature-card {
    min-height: inherit;
  }
}
.loyalty-page .loyalty-features .feature-card h5 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 60px;
}
@media (max-width: 1400px) {
  .loyalty-page .loyalty-features .feature-card h5 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 40px;
  }
}
@media (max-width: 1200px) {
  .loyalty-page .loyalty-features .feature-card h5 {
    margin: 0 0 30px;
  }
}
.loyalty-page .loyalty-features .feature-card p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1400px) {
  .loyalty-page .loyalty-features .feature-card p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1150px) {
  .loyalty-page .loyalty-features .feature-card br {
    display: none;
  }
}
.loyalty-page .loyalty-features {
  /* Card Colors */
}
.loyalty-page .loyalty-features .green {
  background: url(../images/bg25.png) no-repeat bottom center;
  color: #5D8D53;
  border-radius: 20px 20px;
}
.loyalty-page .loyalty-features .green p {
  color: #5D8D53;
}
@media (max-width: 992px) {
  .loyalty-page .loyalty-features .green {
    background-size: cover;
  }
}
.loyalty-page .loyalty-features .orange {
  background: url(../images/bg26.png) no-repeat bottom center;
  color: #BD7325;
  border-radius: 20px 20px;
}
.loyalty-page .loyalty-features .orange p {
  color: #BD7325;
}
@media (max-width: 992px) {
  .loyalty-page .loyalty-features .orange {
    background-size: cover;
  }
}
.loyalty-page .loyalty-features .red {
  background: url(../images/bg27.png) no-repeat bottom center;
  color: #A13535;
  border-radius: 20px 20px;
}
.loyalty-page .loyalty-features .red p {
  color: #A13535;
}
@media (max-width: 992px) {
  .loyalty-page .loyalty-features .red {
    background-size: cover;
  }
}
.loyalty-page .loyalty-features .blue {
  background: url(../images/bg28.png) no-repeat bottom center;
  color: #4758AF;
  border-radius: 20px 20px;
}
.loyalty-page .loyalty-features .blue p {
  color: #4758AF;
}
@media (max-width: 992px) {
  .loyalty-page .loyalty-features .blue {
    background-size: cover;
  }
}
.loyalty-page .loyalty-analytics {
  padding: 2rem 0 5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .loyalty-page .loyalty-analytics {
    padding: 2rem 0 3rem;
  }
}
.loyalty-page .loyalty-analytics::before {
  position: absolute;
  top: -9rem;
  left: 0;
  right: auto;
  bottom: auto;
  content: "";
  background: url(../images/bg30.png) no-repeat top;
  background-size: 100%;
  z-index: -1;
  width: 764px;
  height: 940px;
}
.loyalty-page .loyalty-analytics .tablet-mockup {
  position: relative;
}
.loyalty-page .loyalty-analytics .tablet-mockup img {
  max-width: 100%;
}
.loyalty-page .loyalty-analytics h2 {
  font-size: 30px;
  line-height: 35px;
  color: #000;
  margin: 0;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .loyalty-page .loyalty-analytics h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .loyalty-page .loyalty-analytics h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.loyalty-page .loyalty-analytics .lead {
  font-weight: 400;
  color: #030303;
  font-size: 25px;
  line-height: 27px;
  margin: 0 0 3rem;
  text-align: left;
}
@media (max-width: 1200px) {
  .loyalty-page .loyalty-analytics .lead {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 1rem;
  }
}
.loyalty-page .loyalty-analytics p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #7D7878;
}
@media (max-width: 575px) {
  .loyalty-page .loyalty-analytics p {
    font-size: 14px;
    line-height: 22px;
  }
}
.loyalty-page .loyalty-analytics a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #00AFFF;
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
}
.loyalty-page .loyalty-analytics a img {
  width: auto;
  margin: 3px 0 0 5px;
}
.loyalty-page .loyalty-simple-section {
  background: linear-gradient(180deg, rgb(31, 31, 31) 0%, rgb(0, 0, 0) 100%);
  position: relative;
  z-index: 9;
  color: white;
  padding: 7rem 0 5rem;
}
@media (max-width: 992px) {
  .loyalty-page .loyalty-simple-section {
    padding: 3rem 0 3rem;
  }
}
.loyalty-page .loyalty-simple-section .l-side {
  margin: 0 0 7rem;
}
@media (max-width: 992px) {
  .loyalty-page .loyalty-simple-section .l-side {
    margin: 0 0 3rem;
  }
}
.loyalty-page .loyalty-simple-section h2 {
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px;
}
.loyalty-page .loyalty-simple-section h2 span {
  display: block;
}
@media (max-width: 1400px) {
  .loyalty-page .loyalty-simple-section h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1280px) {
  .loyalty-page .loyalty-simple-section h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .loyalty-page .loyalty-simple-section h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.loyalty-page .loyalty-simple-section h3 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .loyalty-page .loyalty-simple-section h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  .loyalty-page .loyalty-simple-section h3 br {
    display: none;
  }
}
@media (max-width: 992px) {
  .loyalty-page .loyalty-simple-section h3 {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .loyalty-page .loyalty-simple-section h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.loyalty-page .loyalty-simple-section .lead-box {
  text-align: justify;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
}
@media (max-width: 1400px) {
  .loyalty-page .loyalty-simple-section .lead-box {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .loyalty-page .loyalty-simple-section .lead-box {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }
}
.loyalty-page .loyalty-simple-section .card-side {
  margin: 0 0 7rem;
}
@media (max-width: 992px) {
  .loyalty-page .loyalty-simple-section .card-side {
    margin: 0 0 2rem;
  }
}
.loyalty-page .loyalty-simple-section .loyalty-card {
  background: #000;
  overflow: hidden;
  border-radius: 25px 25px;
  position: relative;
  min-height: 290px;
}
@media (max-width: 1400px) {
  .loyalty-page .loyalty-simple-section .loyalty-card {
    min-height: 250px;
  }
}
@media (max-width: 1200px) {
  .loyalty-page .loyalty-simple-section .loyalty-card {
    min-height: 200px;
  }
}
@media (max-width: 992px) {
  .loyalty-page .loyalty-simple-section .loyalty-card {
    min-height: 310px;
  }
}
@media (max-width: 767px) {
  .loyalty-page .loyalty-simple-section .loyalty-card {
    min-height: 470px;
  }
}
@media (max-width: 575px) {
  .loyalty-page .loyalty-simple-section .loyalty-card {
    min-height: 410px;
  }
}
@media (max-width: 480px) {
  .loyalty-page .loyalty-simple-section .loyalty-card {
    min-height: 350px;
  }
}
@media (max-width: 400px) {
  .loyalty-page .loyalty-simple-section .loyalty-card {
    min-height: 310px;
  }
}
.loyalty-page .loyalty-simple-section .loyalty-card .card-image {
  height: 100%;
}
.loyalty-page .loyalty-simple-section .loyalty-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px 25px;
}
.loyalty-page .loyalty-simple-section .loyalty-card .card-image .video-block {
  height: 100%;
}
.loyalty-page .loyalty-simple-section .loyalty-card .card-image .video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loyalty-page .loyalty-simple-section .loyalty-card .card-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loyalty-page .loyalty-simple-section .loyalty-card .card-body h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 25px;
  text-align: center;
}
@media (max-width: 1200px) {
  .loyalty-page .loyalty-simple-section .loyalty-card .card-body h5 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 15px;
  }
}
.loyalty-page .loyalty-simple-section .loyalty-card .card-body p {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  margin: 0;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 1150px) {
  .loyalty-page .loyalty-simple-section .loyalty-card .card-body p br {
    display: none;
  }
}
@media (max-width: 992px) {
  .loyalty-page .loyalty-simple-section .loyalty-card .card-body p br {
    display: block;
  }
}
.loyalty-page .loyalty-simple-section .loyalty-card .card-body.f-bar {
  background: linear-gradient(180deg, rgba(1, 255, 145, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.loyalty-page .loyalty-simple-section .loyalty-card .card-body.s-bar {
  background: linear-gradient(180deg, rgba(249, 180, 83, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.loyalty-page .loyalty-simple-section .loyalty-card .card-body.t-bar {
  background: linear-gradient(180deg, rgba(237, 89, 89, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.loyalty-page .loyalty-simple-section .loyalty-card .card-body.fr-bar {
  background: linear-gradient(180deg, rgba(136, 81, 225, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.loyalty-page .loyalty-simple-section .bott-cta h3 {
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  margin: 0 0 15px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .loyalty-page .loyalty-simple-section .bott-cta h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1280px) {
  .loyalty-page .loyalty-simple-section .bott-cta h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .loyalty-page .loyalty-simple-section .bott-cta h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.loyalty-page .loyalty-simple-section .bott-cta p {
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1400px) {
  .loyalty-page .loyalty-simple-section .bott-cta p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 992px) {
  .loyalty-page .loyalty-simple-section .bott-cta p {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .loyalty-page .loyalty-simple-section .bott-cta p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .loyalty-page .loyalty-simple-section .bott-cta p br {
    display: none;
  }
  .loyalty-page .loyalty-simple-section .bott-cta p {
    font-size: 14px;
    line-height: 18px;
  }
}
.loyalty-page .loyalty-simple-section .bott-cta .lc-btn {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  border: 0;
  border-radius: 10px 10px;
  color: #fff;
  padding: 16px 15px;
  width: 250px;
  margin: 0 0 0 auto;
  border: 1px solid #43C683;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .loyalty-page .loyalty-simple-section .bott-cta .lc-btn {
    margin: 15px auto 0;
  }
}
@keyframes slideText {
  0% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-42px);
  }
  95% {
    transform: translateY(-42px);
  }
  100% {
    transform: translateY(0);
  }
}

.marketing-page .hardware-hero {
  background: url(../images/bg32.png) no-repeat top;
  background-size: cover;
}
@media (max-width: 1800px) {
  .marketing-page .hardware-hero {
    padding: 16rem 0;
  }
}
@media (max-width: 1700px) {
  .marketing-page .hardware-hero {
    padding: 15rem 0;
  }
}
@media (max-width: 1600px) {
  .marketing-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1500px) {
  .marketing-page .hardware-hero {
    padding: 13rem 0;
  }
}
@media (max-width: 1400px) {
  .marketing-page .hardware-hero {
    padding: 10rem 0;
  }
}
@media (max-width: 1280px) {
  .marketing-page .hardware-hero {
    padding: 9rem 0;
  }
}
@media (max-width: 1200px) {
  .marketing-page .hardware-hero {
    padding: 7rem 0 8rem;
  }
}
@media (max-width: 1100px) {
  .marketing-page .hardware-hero {
    padding: 6rem 0 6rem;
  }
}
@media (max-width: 992px) {
  .marketing-page .hardware-hero {
    background: url(../images/bg24.png) no-repeat top;
    background-size: cover;
    padding: 2rem 0 0;
  }
}
@media (max-width: 575px) {
  .marketing-page .hardware-hero {
    margin: 0;
    border-radius: 0;
  }
}
.marketing-page .hardware-hero:before {
  display: none;
}
.marketing-page .loyalty-features .feature-card {
  padding: 30px 15px;
}
.marketing-page .hardware-trust .trust-card {
  height: 100%;
}

.Lottery-page .hardware-hero {
  background: url(../images/bg33.png) no-repeat top;
  background-size: cover;
}
@media (max-width: 1800px) {
  .Lottery-page .hardware-hero {
    padding: 18rem 0;
  }
}
@media (max-width: 1700px) {
  .Lottery-page .hardware-hero {
    padding: 16rem 0;
  }
}
@media (max-width: 1600px) {
  .Lottery-page .hardware-hero {
    padding: 15rem 0;
  }
}
@media (max-width: 1500px) {
  .Lottery-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1400px) {
  .Lottery-page .hardware-hero {
    padding: 12rem 0;
  }
}
@media (max-width: 1280px) {
  .Lottery-page .hardware-hero {
    padding: 10rem 0;
  }
}
@media (max-width: 1200px) {
  .Lottery-page .hardware-hero {
    padding: 9rem 0 9rem;
  }
}
@media (max-width: 1100px) {
  .Lottery-page .hardware-hero {
    padding: 6rem 0 6rem;
  }
}
@media (max-width: 992px) {
  .Lottery-page .hardware-hero {
    background: url(../images/bg24.png) no-repeat top;
    background-size: cover;
    padding: 2rem 0 0;
  }
}
@media (max-width: 575px) {
  .Lottery-page .hardware-hero {
    margin: 0;
    border-radius: 0;
  }
}
.Lottery-page .hardware-hero:before {
  display: none;
}
.Lottery-page .hardware-hero .hero-image-wrapper img {
  margin: 0;
}
@media (max-width: 400px) {
  .Lottery-page .hardware-hero h1 .text-wrapper {
    top: 7px;
  }
  .Lottery-page .hardware-hero h1 .text-wrapper .text-slider span {
    line-height: 31px;
  }
}
.Lottery-page .loyalty-analytics {
  padding: 2rem 0 4rem;
}
.Lottery-page .loyalty-analytics h2 {
  font-weight: 500;
  color: #030303;
  font-size: 27px;
  line-height: 32px;
}
@media (max-width: 1400px) {
  .Lottery-page .loyalty-analytics h2 {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
  }
}
.Lottery-page .loyalty-analytics .lead {
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  color: #030303;
  margin: 0 0 2.5rem;
}
@media (max-width: 575px) {
  .Lottery-page .loyalty-analytics .lead {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 1rem;
  }
}
.Lottery-page .loyalty-analytics p {
  font-size: 16px;
  line-height: 25px;
  color: #7D7878;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 575px) {
  .Lottery-page .loyalty-analytics p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .Lottery-page .CLS-bar .l-bar p br {
    display: none;
  }
}
.Lottery-page .hardware-trust .trust-card {
  padding: 2.5rem 2rem;
}

.Timeclock-page .hardware-hero {
  background: url(../images/bg34.png) no-repeat top;
  background-size: cover;
}
@media (max-width: 1800px) {
  .Timeclock-page .hardware-hero {
    padding: 18rem 0;
  }
}
@media (max-width: 1700px) {
  .Timeclock-page .hardware-hero {
    padding: 16rem 0;
  }
}
@media (max-width: 1600px) {
  .Timeclock-page .hardware-hero {
    padding: 15rem 0;
  }
}
@media (max-width: 1500px) {
  .Timeclock-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1400px) {
  .Timeclock-page .hardware-hero {
    padding: 12rem 0;
  }
}
@media (max-width: 1280px) {
  .Timeclock-page .hardware-hero {
    padding: 10rem 0;
  }
}
@media (max-width: 1200px) {
  .Timeclock-page .hardware-hero {
    padding: 9rem 0 9rem;
  }
}
@media (max-width: 1100px) {
  .Timeclock-page .hardware-hero {
    padding: 6rem 0 6rem;
  }
}
@media (max-width: 992px) {
  .Timeclock-page .hardware-hero {
    background: url(../images/bg24.png) no-repeat top;
    background-size: cover;
    padding: 2rem 0 0;
  }
}
@media (max-width: 575px) {
  .Timeclock-page .hardware-hero {
    margin: 0;
    border-radius: 0;
  }
}
.Timeclock-page .hardware-hero:before {
  display: none;
}
.Timeclock-page .hardware-hero .hero-image-wrapper img {
  margin: 0;
}
@media (max-width: 400px) {
  .Timeclock-page .hardware-hero h1 .text-wrapper {
    top: 7px;
  }
  .Timeclock-page .hardware-hero h1 .text-wrapper .text-slider span {
    line-height: 31px;
  }
}
.Timeclock-page .choose-package {
  position: relative;
  z-index: 1;
}
.Timeclock-page .choose-package:before {
  position: absolute;
  top: -15rem;
  left: auto;
  right: 0;
  bottom: auto;
  content: "";
  background: url(../images/bg35.png) no-repeat;
  background-size: 100%;
  width: 810px;
  height: 730px;
  z-index: -1;
}
.Timeclock-page .loyalty-analytics {
  padding: 2rem 0 0;
}
.Timeclock-page .loyalty-analytics h2 {
  font-weight: 500;
  color: #030303;
  font-size: 27px;
  line-height: 32px;
}
@media (max-width: 1400px) {
  .Timeclock-page .loyalty-analytics h2 {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .Timeclock-page .loyalty-analytics h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.Timeclock-page .loyalty-analytics .lead {
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  color: #030303;
  margin: 0 0 2.5rem;
}
@media (max-width: 575px) {
  .Timeclock-page .loyalty-analytics .lead {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 1rem;
  }
}
.Timeclock-page .loyalty-analytics p {
  font-size: 16px;
  line-height: 25px;
  color: #7D7878;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 575px) {
  .Timeclock-page .loyalty-analytics p {
    font-size: 14px;
    line-height: 22px;
  }
}
.Timeclock-page .loyalty-features .feature-card {
  padding: 30px 25px;
}
@media (max-width: 1400px) {
  .Timeclock-page .loyalty-simple-section h3 br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .Timeclock-page .loyalty-simple-section .loyalty-card .card-body p br {
    display: none;
  }
}

.surveillance-page .hardware-hero {
  background: url(../images/bg36.png) no-repeat top;
  background-size: cover;
}
@media (max-width: 1800px) {
  .surveillance-page .hardware-hero {
    padding: 18rem 0;
  }
}
@media (max-width: 1700px) {
  .surveillance-page .hardware-hero {
    padding: 16rem 0;
  }
}
@media (max-width: 1600px) {
  .surveillance-page .hardware-hero {
    padding: 15rem 0;
  }
}
@media (max-width: 1500px) {
  .surveillance-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1400px) {
  .surveillance-page .hardware-hero {
    padding: 12rem 0;
  }
}
@media (max-width: 1280px) {
  .surveillance-page .hardware-hero {
    padding: 10rem 0;
  }
}
@media (max-width: 1200px) {
  .surveillance-page .hardware-hero {
    padding: 9rem 0 9rem;
  }
}
@media (max-width: 1100px) {
  .surveillance-page .hardware-hero {
    padding: 6rem 0 6rem;
  }
}
@media (max-width: 992px) {
  .surveillance-page .hardware-hero {
    background: url(../images/bg24.png) no-repeat top;
    background-size: cover;
    padding: 2rem 0 0;
  }
}
@media (max-width: 575px) {
  .surveillance-page .hardware-hero {
    margin: 0;
    border-radius: 0;
  }
}
.surveillance-page .hardware-hero:before {
  display: none;
}
.surveillance-page .hardware-hero .hero-image-wrapper img {
  margin: 0;
}
.surveillance-page .hardware-hero h1 {
  font-size: 38px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .surveillance-page .hardware-hero h1 {
    font-size: 33px;
    line-height: 38px;
  }
}
@media (max-width: 1200px) {
  .surveillance-page .hardware-hero h1 {
    font-size: 28px;
    line-height: 33px;
  }
  .surveillance-page .hardware-hero h1 .text-wrapper {
    top: 18px;
  }
  .surveillance-page .hardware-hero h1 .text-wrapper .text-slider span {
    line-height: 31px;
  }
}
@media (max-width: 575px) {
  .surveillance-page .hardware-hero h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .surveillance-page .hardware-hero h1 .text-wrapper {
    top: 7px;
  }
  .surveillance-page .hardware-hero h1 .text-wrapper .text-slider span {
    line-height: 31px;
  }
}
@media (max-width: 992px) {
  .surveillance-page .hardware-hero .hero-image-wrapper img {
    margin: 0 -12px 0 0;
  }
}
.surveillance-page .choose-package {
  position: relative;
  z-index: 1;
}
.surveillance-page .choose-package:before {
  position: absolute;
  top: -15rem;
  left: auto;
  right: 0;
  bottom: auto;
  content: "";
  background: url(../images/bg35.png) no-repeat;
  background-size: 100%;
  width: 810px;
  height: 730px;
  z-index: -1;
}
.surveillance-page .hardware-trust .trust-card .trust-title {
  font-size: 14px;
}
@media (max-width: 575px) {
  .surveillance-page .CLS-bar .l-bar p br {
    display: none;
  }
}
@media (max-width: 1400px) {
  .surveillance-page .loyalty-simple-section h3 br {
    display: none;
  }
}
@media (max-width: 1400px) {
  .surveillance-page .loyalty-simple-section .loyalty-card .card-body h5 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .surveillance-page .loyalty-simple-section .loyalty-card .card-body h5 {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 992px) {
  .surveillance-page .loyalty-simple-section .loyalty-card .card-body h5 {
    font-size: 18px;
    line-height: 20px;
  }
}
.surveillance-page .loyalty-analytics {
  padding: 2rem 0 0;
}
.surveillance-page .loyalty-analytics h2 {
  font-weight: 500;
  color: #030303;
  font-size: 27px;
  line-height: 32px;
}
@media (max-width: 1400px) {
  .surveillance-page .loyalty-analytics h2 {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
  }
}
.surveillance-page .loyalty-analytics .lead {
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  color: #030303;
  margin: 0 0 2.5rem;
}
@media (max-width: 575px) {
  .surveillance-page .loyalty-analytics .lead {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 1rem;
  }
}
.surveillance-page .loyalty-analytics p {
  font-size: 16px;
  line-height: 25px;
  color: #7D7878;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 575px) {
  .surveillance-page .loyalty-analytics p {
    font-size: 14px;
    line-height: 22px;
  }
}
.surveillance-page .loyalty-features .feature-card {
  padding: 25px 25px;
}
@keyframes slideText {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-42px);
  }
  60% {
    transform: translateY(-42px);
  }
  65% {
    transform: translateY(-84px);
  }
  90% {
    transform: translateY(-84px);
  }
  100% {
    transform: translateY(0);
  }
}

.Business-page .hardware-hero {
  background: url(../images/bg37.png) no-repeat top;
  background-size: cover;
  padding: 17rem 0;
}
@media (max-width: 1800px) {
  .Business-page .hardware-hero {
    padding: 16rem 0;
  }
}
@media (max-width: 1700px) {
  .Business-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1600px) {
  .Business-page .hardware-hero {
    padding: 13rem 0;
  }
}
@media (max-width: 1500px) {
  .Business-page .hardware-hero {
    padding: 12rem 0;
  }
}
@media (max-width: 1400px) {
  .Business-page .hardware-hero {
    padding: 10rem 0;
  }
}
@media (max-width: 1280px) {
  .Business-page .hardware-hero {
    padding: 8rem 0;
  }
}
@media (max-width: 1200px) {
  .Business-page .hardware-hero {
    padding: 8rem 0;
  }
}
@media (max-width: 1100px) {
  .Business-page .hardware-hero {
    padding: 5rem 0;
  }
}
@media (max-width: 992px) {
  .Business-page .hardware-hero {
    background: url(../images/bg24.png) no-repeat top;
    background-size: cover;
    padding: 2rem 0 0;
  }
}
@media (max-width: 575px) {
  .Business-page .hardware-hero {
    margin: 0;
    border-radius: 0;
  }
}
.Business-page .hardware-hero:before {
  display: none;
}
.Business-page .hardware-hero .hero-image-wrapper img {
  margin: 0;
}
@media (max-width: 1400px) {
  .Business-page .hardware-hero h1 {
    font-size: 33px;
    line-height: 38px;
  }
}
@media (max-width: 1200px) {
  .Business-page .hardware-hero h1 {
    font-size: 28px;
    line-height: 33px;
  }
  .Business-page .hardware-hero h1 .text-wrapper {
    top: 18px;
  }
  .Business-page .hardware-hero h1 .text-wrapper .text-slider span {
    line-height: 31px;
  }
}
@media (max-width: 575px) {
  .Business-page .hardware-hero h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .Business-page .hardware-hero h1 .text-wrapper {
    top: 7px;
  }
  .Business-page .hardware-hero h1 .text-wrapper .text-slider span {
    line-height: 31px;
  }
}
.Business-page .loyalty-simple-section .display-5 {
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 1400px) {
  .Business-page .loyalty-simple-section .display-5 {
    font-size: 27px;
    line-height: 33px;
  }
}
@media (max-width: 1200px) {
  .Business-page .loyalty-simple-section .display-5 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .Business-page .loyalty-simple-section .display-5 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .Business-page .loyalty-simple-section h3 br {
    display: none;
  }
}
.Business-page .loyalty-simple-section .card-side .loyalty-card .card-body h5 {
  text-align: center;
}
.Business-page .hardware-trust .trust-card {
  height: 100%;
}
.Business-page .choose-package {
  position: relative;
  z-index: 1;
}
.Business-page .choose-package:before {
  position: absolute;
  top: -15rem;
  left: auto;
  right: 0;
  bottom: auto;
  content: "";
  background: url(../images/bg35.png) no-repeat;
  background-size: 100%;
  width: 810px;
  height: 730px;
  z-index: -1;
}
@keyframes slideText {
  0% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-42px);
  }
  95% {
    transform: translateY(-42px);
  }
  100% {
    transform: translateY(0);
  }
}

.web-store-page .hardware-hero {
  background: url(../images/bg38.png) no-repeat top;
  background-size: cover;
}
@media (max-width: 1800px) {
  .web-store-page .hardware-hero {
    padding: 18rem 0;
  }
}
@media (max-width: 1750px) {
  .web-store-page .hardware-hero {
    padding: 16rem 0;
  }
}
@media (max-width: 1700px) {
  .web-store-page .hardware-hero {
    padding: 15rem 0;
  }
}
@media (max-width: 1650px) {
  .web-store-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1600px) {
  .web-store-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1550px) {
  .web-store-page .hardware-hero {
    padding: 13rem 0;
  }
}
@media (max-width: 1500px) {
  .web-store-page .hardware-hero {
    padding: 12rem 0;
  }
}
@media (max-width: 1450px) {
  .web-store-page .hardware-hero {
    padding: 11.5rem 0;
  }
}
@media (max-width: 1400px) {
  .web-store-page .hardware-hero {
    padding: 10.5rem 0 11rem;
  }
}
@media (max-width: 1350px) {
  .web-store-page .hardware-hero {
    padding: 10.5rem 0 10rem;
  }
}
@media (max-width: 1300px) {
  .web-store-page .hardware-hero {
    padding: 9.5rem 0 9rem;
  }
}
@media (max-width: 1250px) {
  .web-store-page .hardware-hero {
    padding: 8rem 0 9rem;
  }
}
@media (max-width: 1200px) {
  .web-store-page .hardware-hero {
    padding: 7.5rem 0 7.5rem;
  }
}
@media (max-width: 1150px) {
  .web-store-page .hardware-hero {
    padding: 6.5rem 0 6.5rem;
  }
}
@media (max-width: 1100px) {
  .web-store-page .hardware-hero {
    padding: 6rem 0 6rem;
  }
}
@media (max-width: 1050px) {
  .web-store-page .hardware-hero {
    padding: 5.5rem 0 5rem;
  }
}
@media (max-width: 992px) {
  .web-store-page .hardware-hero {
    background: url(../images/bg24.png) no-repeat top;
    background-size: cover;
    padding: 2rem 0 0;
  }
}
@media (max-width: 575px) {
  .web-store-page .hardware-hero {
    margin: 0;
    border-radius: 0;
  }
}
.web-store-page .hardware-hero:before {
  display: none;
}
.web-store-page .hardware-hero .hero-image-wrapper img {
  margin: 0;
}
.web-store-page .choose-package {
  position: relative;
  z-index: 1;
}
.web-store-page .choose-package:before {
  position: absolute;
  top: -15rem;
  left: auto;
  right: 0;
  bottom: auto;
  content: "";
  background: url(../images/bg35.png) no-repeat;
  background-size: 100%;
  width: 810px;
  height: 730px;
  z-index: -1;
}
@keyframes slideText {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-42px);
  }
  60% {
    transform: translateY(-42px);
  }
  65% {
    transform: translateY(-84px);
  }
  90% {
    transform: translateY(-84px);
  }
  100% {
    transform: translateY(0);
  }
}
.web-store-page .loyalty-analytics {
  padding: 2rem 0 0;
}
.web-store-page .loyalty-analytics h2 {
  font-weight: 500;
  color: #030303;
  font-size: 27px;
  line-height: 32px;
}
@media (max-width: 1400px) {
  .web-store-page .loyalty-analytics h2 {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
  }
}
.web-store-page .loyalty-analytics .lead {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #030303;
  margin: 0 0 2.5rem;
}
@media (max-width: 575px) {
  .web-store-page .loyalty-analytics .lead {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 1rem;
  }
}
.web-store-page .loyalty-analytics p {
  font-size: 16px;
  line-height: 25px;
  color: #7D7878;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 575px) {
  .web-store-page .loyalty-analytics p {
    font-size: 14px;
    line-height: 22px;
  }
}
.web-store-page .loyalty-simple-section h3 {
  font-size: 19px;
  line-height: 23px;
}
@media (max-width: 1400px) {
  .web-store-page .loyalty-simple-section h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .web-store-page .loyalty-simple-section h3 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .web-store-page .loyalty-simple-section h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.web-store-page .loyalty-simple-section .lead-box {
  font-size: 19px;
  line-height: 26px;
}
@media (max-width: 1400px) {
  .web-store-page .loyalty-simple-section .lead-box {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .web-store-page .loyalty-simple-section .lead-box {
    font-size: 14px;
    line-height: 22px;
  }
}
.web-store-page .loyalty-simple-section .loyalty-card .card-body p {
  font-size: 12px;
  line-height: 20px;
}

.temperature-page .hardware-hero {
  background: url(../images/bg39.png) no-repeat top;
  background-size: cover;
}
@media (max-width: 1800px) {
  .temperature-page .hardware-hero {
    padding: 16rem 0;
  }
}
@media (max-width: 1750px) {
  .temperature-page .hardware-hero {
    padding: 15rem 0;
  }
}
@media (max-width: 1700px) {
  .temperature-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1650px) {
  .temperature-page .hardware-hero {
    padding: 13rem 0;
  }
}
@media (max-width: 1600px) {
  .temperature-page .hardware-hero {
    padding: 13rem 0;
  }
}
@media (max-width: 1550px) {
  .temperature-page .hardware-hero {
    padding: 12rem 0;
  }
}
@media (max-width: 1500px) {
  .temperature-page .hardware-hero {
    padding: 11rem 0;
  }
}
@media (max-width: 1450px) {
  .temperature-page .hardware-hero {
    padding: 10.5rem 0;
  }
}
@media (max-width: 1400px) {
  .temperature-page .hardware-hero {
    padding: 10rem 0 11rem;
  }
}
@media (max-width: 1350px) {
  .temperature-page .hardware-hero {
    padding: 9.5rem 0 9.5rem;
  }
}
@media (max-width: 1300px) {
  .temperature-page .hardware-hero {
    padding: 9rem 0 9rem;
  }
}
@media (max-width: 1250px) {
  .temperature-page .hardware-hero {
    padding: 8rem 0 8rem;
  }
}
@media (max-width: 1200px) {
  .temperature-page .hardware-hero {
    padding: 6.5rem 0 6.5rem;
  }
}
@media (max-width: 1150px) {
  .temperature-page .hardware-hero {
    padding: 6.5rem 0 6.5rem;
  }
}
@media (max-width: 1100px) {
  .temperature-page .hardware-hero {
    padding: 5.5rem 0 5.5rem;
  }
}
@media (max-width: 1050px) {
  .temperature-page .hardware-hero {
    padding: 5rem 0 5rem;
  }
}
@media (max-width: 992px) {
  .temperature-page .hardware-hero {
    background: url(../images/bg24.png) no-repeat top;
    background-size: cover;
    padding: 2rem 0 0;
  }
}
@media (max-width: 575px) {
  .temperature-page .hardware-hero {
    margin: 0;
    border-radius: 0;
  }
}
.temperature-page .hardware-hero:before {
  display: none;
}
.temperature-page .hardware-hero .hero-image-wrapper img {
  margin: 0;
}
.temperature-page .hardware-hero h1 {
  font-size: 35px;
  line-height: 40px;
}
@media (max-width: 1400px) {
  .temperature-page .hardware-hero h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1200px) {
  .temperature-page .hardware-hero h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .temperature-page .hardware-hero h1 .text-wrapper {
    height: 35px;
    top: 11px;
  }
  .temperature-page .hardware-hero h1 .text-wrapper .text-slider span {
    line-height: 31px;
  }
}
@media (max-width: 575px) {
  .temperature-page .hardware-hero h1 {
    font-size: 20px;
    line-height: 22px;
  }
  .temperature-page .hardware-hero h1 .text-wrapper {
    height: 30px;
    top: 8px;
  }
  .temperature-page .hardware-hero h1 .text-wrapper .text-slider span {
    line-height: 30px;
  }
}
.temperature-page .temp-area .choose-card {
  padding: 0 0 0 3rem;
}
@media (max-width: 575px) {
  .temperature-page .temp-area .choose-card {
    padding: 0 0 0 2rem;
  }
}
.temperature-page .temp-area .choose-card h2 {
  font-size: 40px;
  line-height: 45px;
}
@media (max-width: 1400px) {
  .temperature-page .temp-area .choose-card h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .temperature-page .temp-area .choose-card h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .temperature-page .temp-area .choose-card h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.temperature-page .choose-package {
  position: relative;
  z-index: 1;
}
.temperature-page .choose-package:before {
  position: absolute;
  top: -15rem;
  left: auto;
  right: 0;
  bottom: auto;
  content: "";
  background: url(../images/bg35.png) no-repeat;
  background-size: 100%;
  width: 810px;
  height: 730px;
  z-index: -1;
}
.temperature-page .CLS-bar .l-bar h2 {
  font-size: 30px;
  line-height: 35px;
}
.temperature-page .CLS-bar .l-bar p {
  font-size: 18px;
}
.temperature-page .CLS-bar .r-bar p {
  font-size: 18px;
  line-height: 25px;
}
.temperature-page .loyalty-simple-section .loyalty-card .card-body p {
  padding: 0 5px;
}

.integration-page .hardware-hero {
  background: url(../images/bg40.png) no-repeat top;
  background-size: cover;
}
@media (max-width: 1800px) {
  .integration-page .hardware-hero {
    padding: 17rem 0;
  }
}
@media (max-width: 1750px) {
  .integration-page .hardware-hero {
    padding: 16rem 0;
  }
}
@media (max-width: 1700px) {
  .integration-page .hardware-hero {
    padding: 15rem 0;
  }
}
@media (max-width: 1600px) {
  .integration-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1550px) {
  .integration-page .hardware-hero {
    padding: 13rem 0;
  }
}
@media (max-width: 1450px) {
  .integration-page .hardware-hero {
    padding: 12rem 0;
  }
}
@media (max-width: 1350px) {
  .integration-page .hardware-hero {
    padding: 11rem 0;
  }
}
@media (max-width: 1300px) {
  .integration-page .hardware-hero {
    padding: 10rem 0;
  }
}
@media (max-width: 1200px) {
  .integration-page .hardware-hero {
    padding: 9rem 0;
  }
}
@media (max-width: 1150px) {
  .integration-page .hardware-hero {
    padding: 8rem 0;
  }
}
@media (max-width: 1100px) {
  .integration-page .hardware-hero {
    padding: 7rem 0;
  }
}
@media (max-width: 1050px) {
  .integration-page .hardware-hero {
    padding: 6rem 0;
  }
}
@media (max-width: 992px) {
  .integration-page .hardware-hero {
    background: url(../images/bg24.png) no-repeat top;
    background-size: cover;
    padding: 2rem 0 0;
  }
}
@media (max-width: 575px) {
  .integration-page .hardware-hero {
    margin: 0;
    border-radius: 0;
  }
}
.integration-page .hardware-hero:before {
  display: none;
}
@media (max-width: 992px) {
  .integration-page .hardware-hero .hero-image-wrapper img {
    margin: 0 -1rem 0 0;
  }
}
.integration-page .deli-area {
  padding: 0;
}
.integration-page .deli-area .video-block {
  width: 100%;
  height: 700px;
}
@media (max-width: 992px) {
  .integration-page .deli-area .video-block {
    height: 950px;
  }
}
@media (max-width: 575px) {
  .integration-page .deli-area .video-block {
    height: 1400px;
  }
}
.integration-page .deli-area .video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.integration-page .deli-area .deli-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.integration-page .deli-area h2 {
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 1400px) {
  .integration-page .deli-area h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .integration-page .deli-area h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.integration-page .deli-area p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 575px) {
  .integration-page .deli-area p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
}
.integration-page .deli-area .lead {
  text-align: justify;
  line-height: 25px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .integration-page .deli-area .lead br {
    display: none;
  }
}
@media (max-width: 992px) {
  .integration-page .deli-area .lead {
    justify-content: flex-start;
  }
}
.integration-page .deli-area ul {
  display: flex;
  align-items: center;
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .integration-page .deli-area ul {
    margin: 0 0 20px;
  }
}
.integration-page .deli-area ul li {
  margin: 0 10px 0 0;
}
.integration-page .deli-area ul li:last-child {
  margin: 0;
}
.integration-page .deli-area ul li img {
  width: 70px;
}
.integration-page .deli-area .trust-card {
  padding: 2.5rem 1rem;
}
@media (max-width: 1400px) {
  .integration-page .deli-area .trust-card .trust-title {
    font-size: 13px;
  }
}
.integration-page .mark-area {
  padding: 0;
}
.integration-page .mark-area .video-block {
  width: 100%;
  height: 700px;
}
@media (max-width: 992px) {
  .integration-page .mark-area .video-block {
    height: 750px;
  }
}
@media (max-width: 575px) {
  .integration-page .mark-area .video-block {
    height: 1150px;
  }
}
.integration-page .mark-area .video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.integration-page .mark-area .scale-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(145, 196, 251, 0.7) 0%, rgb(255, 255, 255) 100%);
}
.integration-page .mark-area h2 {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .integration-page .mark-area h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .integration-page .mark-area h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.integration-page .mark-area p {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 575px) {
  .integration-page .mark-area p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
}
.integration-page .mark-area .lead {
  text-align: justify;
  line-height: 25px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .integration-page .mark-area .lead br {
    display: none;
  }
}
@media (max-width: 992px) {
  .integration-page .mark-area .lead {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .integration-page .mark-area .lead {
    text-align: left;
  }
}
.integration-page .mark-area.px-area {
  padding: 0;
}
.integration-page .mark-area.px-area .video-block {
  width: 100%;
  height: 700px;
}
@media (max-width: 992px) {
  .integration-page .mark-area.px-area .video-block {
    height: 800px;
  }
}
@media (max-width: 575px) {
  .integration-page .mark-area.px-area .video-block {
    height: 1150px;
  }
}
.integration-page .mark-area.px-area .video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.integration-page .mark-area.px-area .px-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(145, 196, 251, 0.7) 0%, rgb(255, 255, 255) 100%);
}
.integration-page .mark-area.inte-area {
  padding: 0;
}
.integration-page .mark-area.inte-area .video-block {
  width: 100%;
  height: 700px;
}
@media (max-width: 992px) {
  .integration-page .mark-area.inte-area .video-block {
    height: 750px;
  }
}
@media (max-width: 575px) {
  .integration-page .mark-area.inte-area .video-block {
    height: 1150px;
  }
}
.integration-page .mark-area.inte-area .video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.integration-page .mark-area.inte-area .mark-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.integration-page .mark-area.inte-area h2 {
  color: #fff;
}
.integration-page .mark-area.inte-area p {
  color: #fff;
}
.integration-page .mark-area.inte-area .trust-text {
  color: grey;
  text-align: center;
}
.integration-page .mark-area .trust-card {
  padding: 2.5rem 1rem;
}
@media (max-width: 1400px) {
  .integration-page .mark-area .trust-card .trust-title {
    font-size: 13px;
  }
}

.tv-menu-page .hardware-hero {
  background: url(../images/bg45.png) no-repeat top;
  background-size: cover;
}
@media (max-width: 1800px) {
  .tv-menu-page .hardware-hero {
    padding: 17rem 0;
  }
}
@media (max-width: 1750px) {
  .tv-menu-page .hardware-hero {
    padding: 16rem 0;
  }
}
@media (max-width: 1700px) {
  .tv-menu-page .hardware-hero {
    padding: 15rem 0;
  }
}
@media (max-width: 1600px) {
  .tv-menu-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1550px) {
  .tv-menu-page .hardware-hero {
    padding: 13rem 0;
  }
}
@media (max-width: 1450px) {
  .tv-menu-page .hardware-hero {
    padding: 12rem 0;
  }
}
@media (max-width: 1400px) {
  .tv-menu-page .hardware-hero {
    padding: 10rem 0;
  }
}
@media (max-width: 1300px) {
  .tv-menu-page .hardware-hero {
    padding: 9rem 0;
  }
}
@media (max-width: 1200px) {
  .tv-menu-page .hardware-hero {
    padding: 8rem 0;
  }
}
@media (max-width: 1150px) {
  .tv-menu-page .hardware-hero {
    padding: 7rem 0;
  }
}
@media (max-width: 1100px) {
  .tv-menu-page .hardware-hero {
    padding: 6rem 0;
  }
}
@media (max-width: 1050px) {
  .tv-menu-page .hardware-hero {
    padding: 5rem 0;
  }
}
@media (max-width: 992px) {
  .tv-menu-page .hardware-hero {
    background: url(../images/bg24.png) no-repeat top;
    background-size: cover;
    padding: 2rem 0 0;
  }
}
@media (max-width: 575px) {
  .tv-menu-page .hardware-hero {
    margin: 0;
    border-radius: 0;
  }
}
.tv-menu-page .hardware-hero:before {
  display: none;
}
@media (max-width: 992px) {
  .tv-menu-page .hardware-hero .hero-image-wrapper img {
    margin: 0 -1rem 0 0;
  }
}
@media (max-width: 1400px) {
  .tv-menu-page .hardware-hero h1 br {
    display: none;
  }
  .tv-menu-page .hardware-hero h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .tv-menu-page .hardware-hero h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .tv-menu-page .hardware-hero h1 .text-wrapper {
    top: 15px;
  }
}
@media (max-width: 575px) {
  .tv-menu-page .hardware-hero h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .tv-menu-page .hardware-hero h1 .text-wrapper {
    top: 3px;
    height: 30px;
  }
  .tv-menu-page .hardware-hero h1 .text-wrapper span {
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .tv-menu-page .hardware-hero h1 {
    font-size: 22px;
    line-height: 26px;
  }
}
.tv-menu-page .loyalty-features .feature-cards {
  position: relative;
  overflow: hidden;
  border-radius: 25px 25px;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .tv-menu-page .loyalty-features .feature-cards {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .tv-menu-page .loyalty-features .feature-cards {
    min-height: 350px;
  }
}
@media (max-width: 575px) {
  .tv-menu-page .loyalty-features .feature-cards {
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  .tv-menu-page .loyalty-features .feature-cards {
    min-height: 320px;
  }
}
.tv-menu-page .loyalty-features .feature-cards .card-image {
  height: 100%;
}
.tv-menu-page .loyalty-features .feature-cards .card-image .video-block {
  height: 100%;
}
.tv-menu-page .loyalty-features .feature-cards .card-image .video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tv-menu-page .loyalty-features .feature-cards .t-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.tv-menu-page .loyalty-features .feature-cards .t-bar h5 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 15px;
  color: #fff;
}
@media (max-width: 1200px) {
  .tv-menu-page .loyalty-features .feature-cards .t-bar h5 {
    font-size: 20px;
    line-height: 22px;
  }
}
.tv-menu-page .loyalty-features .feature-cards .t-bar p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1200px) {
  .tv-menu-page .loyalty-features .feature-cards .t-bar p {
    font-size: 14px;
    line-height: 20px;
  }
}
.tv-menu-page .loyalty-features .feature-cards .t-bar.fi-bar {
  background: linear-gradient(180deg, rgba(1, 255, 145, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.tv-menu-page .loyalty-features .feature-cards .t-bar.si-bar {
  background: linear-gradient(180deg, rgba(249, 180, 83, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.tv-menu-page .loyalty-features .feature-cards .t-bar.ti-bar {
  background: linear-gradient(180deg, rgba(237, 89, 89, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.tv-menu-page .loyalty-features .feature-cards .img-hold img {
  border-radius: 40px 40px;
}
.tv-menu-page .loyalty-simple-section .card-side .loyalty-card {
  border-radius: 0;
}
.tv-menu-page .loyalty-simple-section .card-side .loyalty-card .card-image img {
  border-radius: 0;
}
.tv-menu-page .loyalty-simple-section .card-side .smooth-slider .slick-slide {
  margin: 0 7px 0 0;
}
.tv-menu-page .loyalty-simple-section .card-side .smooth-slider .slick-slide .video-block {
  width: 100%;
  height: 100%;
}
.tv-menu-page .loyalty-simple-section .card-side .smooth-slider .slick-slide .video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .tv-menu-page .loyalty-simple-section p br {
    display: none;
  }
}
.tv-menu-page .loyalty-analytics {
  padding: 2rem 0 0;
}
.tv-menu-page .loyalty-analytics h2 {
  font-weight: 500;
  color: #030303;
  font-size: 27px;
  line-height: 32px;
}
@media (max-width: 1400px) {
  .tv-menu-page .loyalty-analytics h2 {
    margin: 0;
  }
}
.tv-menu-page .loyalty-analytics .lead {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #030303;
  margin: 0 0 2.5rem;
}
@media (max-width: 575px) {
  .tv-menu-page .loyalty-analytics .lead {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 1rem;
  }
}
.tv-menu-page .loyalty-analytics p {
  font-size: 16px;
  line-height: 25px;
  color: #7D7878;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 575px) {
  .tv-menu-page .loyalty-analytics p {
    font-size: 14px;
    line-height: 22px;
  }
}

.esl-page .hardware-hero {
  background: url(../images/bg46.png) no-repeat top;
  background-size: cover;
}
@media (max-width: 1800px) {
  .esl-page .hardware-hero {
    padding: 17rem 0;
  }
}
@media (max-width: 1750px) {
  .esl-page .hardware-hero {
    padding: 16rem 0;
  }
}
@media (max-width: 1700px) {
  .esl-page .hardware-hero {
    padding: 15rem 0;
  }
}
@media (max-width: 1600px) {
  .esl-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1550px) {
  .esl-page .hardware-hero {
    padding: 13rem 0;
  }
}
@media (max-width: 1450px) {
  .esl-page .hardware-hero {
    padding: 12rem 0;
  }
}
@media (max-width: 1400px) {
  .esl-page .hardware-hero {
    padding: 10rem 0;
  }
}
@media (max-width: 1300px) {
  .esl-page .hardware-hero {
    padding: 9rem 0;
  }
}
@media (max-width: 1200px) {
  .esl-page .hardware-hero {
    padding: 8rem 0;
  }
}
@media (max-width: 1150px) {
  .esl-page .hardware-hero {
    padding: 7rem 0;
  }
}
@media (max-width: 1100px) {
  .esl-page .hardware-hero {
    padding: 6rem 0;
  }
}
@media (max-width: 1050px) {
  .esl-page .hardware-hero {
    padding: 5rem 0;
  }
}
@media (max-width: 992px) {
  .esl-page .hardware-hero {
    background: url(../images/bg24.png) no-repeat top;
    background-size: cover;
    padding: 2rem 0 0;
  }
}
@media (max-width: 575px) {
  .esl-page .hardware-hero {
    margin: 0;
    border-radius: 0;
  }
}
.esl-page .hardware-hero:before {
  display: none;
}
@media (max-width: 992px) {
  .esl-page .hardware-hero .hero-image-wrapper img {
    margin: 0 -1rem 0 0;
  }
}
@media (max-width: 1400px) {
  .esl-page .hardware-hero h1 br {
    display: none;
  }
  .esl-page .hardware-hero h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .esl-page .hardware-hero h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .esl-page .hardware-hero h1 .text-wrapper {
    top: 15px;
  }
}
@media (max-width: 575px) {
  .esl-page .hardware-hero h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .esl-page .hardware-hero h1 .text-wrapper {
    top: 3px;
    height: 30px;
  }
  .esl-page .hardware-hero h1 .text-wrapper span {
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .esl-page .hardware-hero h1 {
    font-size: 22px;
    line-height: 26px;
  }
}
.esl-page .choose-package {
  position: relative;
  z-index: 1;
}
.esl-page .choose-package:before {
  position: absolute;
  top: -15rem;
  left: auto;
  right: 0;
  bottom: auto;
  content: "";
  background: url(../images/bg35.png) no-repeat;
  background-size: 100%;
  width: 810px;
  height: 730px;
  z-index: -1;
}
.esl-page .loyalty-features .feature-cards {
  position: relative;
  overflow: hidden;
  border-radius: 25px 25px;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .esl-page .loyalty-features .feature-cards {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .esl-page .loyalty-features .feature-cards {
    min-height: 350px;
  }
}
@media (max-width: 575px) {
  .esl-page .loyalty-features .feature-cards {
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  .esl-page .loyalty-features .feature-cards {
    min-height: 320px;
  }
}
.esl-page .loyalty-features .feature-cards .card-image {
  height: 100%;
}
.esl-page .loyalty-features .feature-cards .card-image .video-block {
  height: 100%;
}
.esl-page .loyalty-features .feature-cards .card-image .video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esl-page .loyalty-features .feature-cards .t-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.esl-page .loyalty-features .feature-cards .t-bar h5 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 15px;
  color: #fff;
}
@media (max-width: 1200px) {
  .esl-page .loyalty-features .feature-cards .t-bar h5 {
    font-size: 20px;
    line-height: 22px;
  }
}
.esl-page .loyalty-features .feature-cards .t-bar p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1200px) {
  .esl-page .loyalty-features .feature-cards .t-bar p {
    font-size: 14px;
    line-height: 20px;
  }
}
.esl-page .loyalty-features .feature-cards .t-bar.fi-bar {
  background: linear-gradient(180deg, rgba(1, 255, 145, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.esl-page .loyalty-features .feature-cards .t-bar.si-bar {
  background: linear-gradient(180deg, rgba(249, 180, 83, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.esl-page .loyalty-features .feature-cards .t-bar.ti-bar {
  background: linear-gradient(180deg, rgba(237, 89, 89, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.esl-page .loyalty-features .feature-cards .img-hold img {
  border-radius: 40px 40px;
}
.esl-page .loyalty-simple-section .card-side .loyalty-card {
  position: relative;
  overflow: inherit;
}
.esl-page .loyalty-simple-section .card-side .loyalty-card::before {
  position: absolute;
  top: 0;
  left: auto;
  right: -10px;
  bottom: 0;
  content: "";
  background: url(../images/bor01.png) no-repeat;
  background-size: 75%;
  width: 1px;
  height: 100%;
}
@media (max-width: 992px) {
  .esl-page .loyalty-simple-section .card-side .loyalty-card::before {
    display: none;
  }
}
.esl-page .loyalty-simple-section .card-side .loyalty-card .card-body {
  position: relative;
}
.esl-page .loyalty-simple-section .card-side .loyalty-card.l-bar::before {
  display: none;
}
.esl-page .loyalty-analytics {
  padding: 2rem 0 0;
}
.esl-page .loyalty-analytics h2 {
  font-weight: 500;
  color: #030303;
}
@media (max-width: 575px) {
  .esl-page .loyalty-analytics h2 {
    margin: 0;
  }
}
.esl-page .loyalty-analytics .lead {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #030303;
  margin: 0 0 2.5rem;
}
@media (max-width: 575px) {
  .esl-page .loyalty-analytics .lead {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 1rem;
  }
}
.esl-page .loyalty-analytics p {
  font-size: 16px;
  line-height: 25px;
  color: #7D7878;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 575px) {
  .esl-page .loyalty-analytics p {
    font-size: 14px;
    line-height: 22px;
  }
}

.processing-page .hardware-hero {
  background: url(../images/bg56.png) no-repeat top;
  background-size: cover;
  padding: 18rem 0;
}
@media (max-width: 1800px) {
  .processing-page .hardware-hero {
    padding: 17rem 0;
  }
}
@media (max-width: 1750px) {
  .processing-page .hardware-hero {
    padding: 16rem 0;
  }
}
@media (max-width: 1700px) {
  .processing-page .hardware-hero {
    padding: 15rem 0;
  }
}
@media (max-width: 1600px) {
  .processing-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1550px) {
  .processing-page .hardware-hero {
    padding: 13rem 0;
  }
}
@media (max-width: 1450px) {
  .processing-page .hardware-hero {
    padding: 12rem 0;
  }
}
@media (max-width: 1400px) {
  .processing-page .hardware-hero {
    padding: 10rem 0;
  }
}
@media (max-width: 1300px) {
  .processing-page .hardware-hero {
    padding: 9rem 0;
  }
}
@media (max-width: 1200px) {
  .processing-page .hardware-hero {
    padding: 8rem 0;
  }
}
@media (max-width: 1150px) {
  .processing-page .hardware-hero {
    padding: 7rem 0;
  }
}
@media (max-width: 1100px) {
  .processing-page .hardware-hero {
    padding: 6rem 0;
  }
}
@media (max-width: 1050px) {
  .processing-page .hardware-hero {
    padding: 5rem 0;
  }
}
@media (max-width: 992px) {
  .processing-page .hardware-hero {
    background: url(../images/bg24.png) no-repeat top;
    background-size: cover;
    padding: 2rem 0 0;
  }
}
@media (max-width: 575px) {
  .processing-page .hardware-hero {
    margin: 0;
    border-radius: 0;
  }
}
.processing-page .hardware-hero:before {
  display: none;
}
@media (max-width: 992px) {
  .processing-page .hardware-hero .hero-image-wrapper img {
    margin: 0 -1rem 0 0;
  }
}
@media (max-width: 1200px) {
  .processing-page .hardware-hero h1 {
    font-size: 33px;
    line-height: 38px;
  }
  .processing-page .hardware-hero h1 .text-wrapper {
    top: 13px;
  }
}
@media (max-width: 575px) {
  .processing-page .hardware-hero h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .processing-page .hardware-hero h1 .text-wrapper {
    top: 3px;
    height: 30px;
  }
  .processing-page .hardware-hero h1 .text-wrapper span {
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .processing-page .hardware-hero h1 {
    font-size: 22px;
    line-height: 26px;
  }
}
.processing-page .proces-area .choose-card {
  padding: 0 0 0 3rem;
  background: url(../images/bg48.png) no-repeat;
  background-size: cover;
}
@media (max-width: 575px) {
  .processing-page .proces-area .choose-card {
    padding: 0 0 0 2rem;
  }
}
.processing-page .proces-area .choose-card h2 {
  font-size: 80px;
  line-height: 85px;
}
@media (max-width: 1400px) {
  .processing-page .proces-area .choose-card h2 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 1200px) {
  .processing-page .proces-area .choose-card h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .processing-page .proces-area .choose-card h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.processing-page .loyalty-simple-section .loyalty-card .card-body p {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  margin: 0;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .processing-page .loyalty-simple-section .loyalty-card .card-body p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .processing-page .loyalty-simple-section .loyalty-card .card-body p {
    font-size: 16px;
    line-height: 22px;
  }
}
.processing-page .loyalty-simple-section .loyalty-card .card-body h5 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 25px;
  text-align: center;
}
@media (max-width: 1400px) {
  .processing-page .loyalty-simple-section .loyalty-card .card-body h5 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px;
  }
}
@media (max-width: 1200px) {
  .processing-page .loyalty-simple-section .loyalty-card .card-body h5 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 15px;
  }
}
.processing-page .loyalty-simple-section .loyalty-card {
  min-height: 350px;
}
@media (max-width: 1200px) {
  .processing-page .loyalty-simple-section .loyalty-card {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .processing-page .loyalty-simple-section .loyalty-card {
    min-height: 350px;
  }
}
@media (max-width: 575px) {
  .processing-page .loyalty-simple-section .loyalty-card {
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  .processing-page .loyalty-simple-section .loyalty-card {
    min-height: 320px;
  }
}

.Backoffice-page .hardware-hero {
  background: url(../images/bg49.png) no-repeat top;
  background-size: cover;
  padding: 18rem 0;
}
@media (max-width: 1800px) {
  .Backoffice-page .hardware-hero {
    padding: 16rem 0;
  }
}
@media (max-width: 1750px) {
  .Backoffice-page .hardware-hero {
    padding: 15.5rem 0;
  }
}
@media (max-width: 1700px) {
  .Backoffice-page .hardware-hero {
    padding: 15rem 0;
  }
}
@media (max-width: 1650px) {
  .Backoffice-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1600px) {
  .Backoffice-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1550px) {
  .Backoffice-page .hardware-hero {
    padding: 13rem 0;
  }
}
@media (max-width: 1500px) {
  .Backoffice-page .hardware-hero {
    padding: 12rem 0;
  }
}
@media (max-width: 1450px) {
  .Backoffice-page .hardware-hero {
    padding: 11.5rem 0;
  }
}
@media (max-width: 1400px) {
  .Backoffice-page .hardware-hero {
    padding: 10.5rem 0;
  }
}
@media (max-width: 1350px) {
  .Backoffice-page .hardware-hero {
    padding: 10rem 0;
  }
}
@media (max-width: 1300px) {
  .Backoffice-page .hardware-hero {
    padding: 9.5rem 0;
  }
}
@media (max-width: 1250px) {
  .Backoffice-page .hardware-hero {
    padding: 9rem 0;
  }
}
@media (max-width: 1200px) {
  .Backoffice-page .hardware-hero {
    padding: 7.5rem 0;
  }
}
@media (max-width: 1150px) {
  .Backoffice-page .hardware-hero {
    padding: 7rem 0;
  }
}
@media (max-width: 1100px) {
  .Backoffice-page .hardware-hero {
    padding: 6rem 0;
  }
}
@media (max-width: 1050px) {
  .Backoffice-page .hardware-hero {
    padding: 5.5rem 0;
  }
}
@media (max-width: 992px) {
  .Backoffice-page .hardware-hero {
    background: url(../images/bg24.png) no-repeat top;
    background-size: cover;
    padding: 2rem 0 0;
  }
}
@media (max-width: 575px) {
  .Backoffice-page .hardware-hero {
    margin: 0;
    border-radius: 0;
  }
}
.Backoffice-page .hardware-hero:before {
  display: none;
}
@media (max-width: 992px) {
  .Backoffice-page .hardware-hero .hero-image-wrapper img {
    margin: 0 -1rem 0 0;
  }
}
@media (max-width: 1200px) {
  .Backoffice-page .hardware-hero h1 {
    font-size: 33px;
    line-height: 38px;
  }
  .Backoffice-page .hardware-hero h1 .text-wrapper {
    top: 13px;
  }
}
@media (max-width: 575px) {
  .Backoffice-page .hardware-hero h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .Backoffice-page .hardware-hero h1 .text-wrapper {
    top: 3px;
    height: 30px;
  }
  .Backoffice-page .hardware-hero h1 .text-wrapper span {
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .Backoffice-page .hardware-hero h1 {
    font-size: 22px;
    line-height: 26px;
  }
}
.Backoffice-page .hardware-trust .trust-card {
  padding: 1.5rem 0.5rem;
}
.Backoffice-page .hardware-trust .trust-card .trust-icon {
  margin: 0 auto 20px;
}
.Backoffice-page .hardware-trust .trust-card .trust-title {
  font-size: 12px;
  line-height: 14px;
}
.Backoffice-page .hardware-trust .trust-card .trust-text {
  font-size: 10px;
  line-height: 14px;
}
.Backoffice-page .backpage-area .choose-card {
  padding: 0 1rem;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.Backoffice-page .backpage-area {
  position: relative;
  z-index: 999;
}
.Backoffice-page .backpage-area:before {
  position: absolute;
  top: -10rem;
  left: auto;
  right: 0;
  bottom: auto;
  content: "";
  background: url(../images/bg50.png) no-repeat;
  background-size: 100%;
  width: 930px;
  height: 730px;
  z-index: -1;
}
.Backoffice-page .backpage-area .choose-card h2 {
  font-size: 35px;
  line-height: 40px;
  color: #030303;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (max-width: 1400px) {
  .Backoffice-page .backpage-area .choose-card h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .Backoffice-page .backpage-area .choose-card h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .Backoffice-page .backpage-area .choose-card {
    text-align: center;
    padding: 0;
  }
}
.Backoffice-page .backpage-area .choose-card p {
  font-size: 16px;
  line-height: 18px;
  color: #7D7878;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .Backoffice-page .backpage-area .choose-card p {
    font-size: 14px;
    line-height: 16px;
  }
}
.Backoffice-page .backpage-area .video-card {
  height: 350px;
}
@media (max-width: 1200px) {
  .Backoffice-page .backpage-area .video-card {
    height: 300px;
  }
}
.Backoffice-page .backpage-area .video-card .video-wrapper {
  height: 350px;
}
@media (max-width: 1200px) {
  .Backoffice-page .backpage-area .video-card .video-wrapper {
    height: 300px;
  }
}
.Backoffice-page .backpage-area .video-card .btn-pause {
  z-index: 999;
}
.Backoffice-page .slider-section::before {
  position: absolute;
  top: -15rem;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../images/bg51.png) no-repeat;
  background-size: 100%;
  width: 1440px;
  height: 1050px;
  z-index: -1;
  margin: 0 auto;
}
.Backoffice-page .acc-bar .choose-card h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  color: #000;
  margin: 0 0 30px;
}
@media (max-width: 1400px) {
  .Backoffice-page .acc-bar .choose-card h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .Backoffice-page .acc-bar .choose-card h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .Backoffice-page .acc-bar .choose-card h2 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .Backoffice-page .acc-bar .choose-card h2 br {
    display: none;
  }
}
.Backoffice-page .acc-bar .choose-card .choose-subtitle {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .Backoffice-page .acc-bar .choose-card .choose-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .Backoffice-page .acc-bar .choose-card .choose-subtitle {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .Backoffice-page .acc-bar .choose-card .choose-subtitle br {
    display: none;
  }
}
.Backoffice-page .acc-bar .loyalty-card {
  background: #000;
  overflow: hidden;
  border-radius: 25px 25px;
  position: relative;
  min-height: 300px;
}
@media (max-width: 1400px) {
  .Backoffice-page .acc-bar .loyalty-card {
    min-height: 250px;
  }
}
@media (max-width: 1200px) {
  .Backoffice-page .acc-bar .loyalty-card {
    min-height: 200px;
  }
}
@media (max-width: 992px) {
  .Backoffice-page .acc-bar .loyalty-card {
    min-height: 310px;
  }
}
@media (max-width: 767px) {
  .Backoffice-page .acc-bar .loyalty-card {
    min-height: 470px;
  }
}
@media (max-width: 575px) {
  .Backoffice-page .acc-bar .loyalty-card {
    min-height: 410px;
  }
}
@media (max-width: 480px) {
  .Backoffice-page .acc-bar .loyalty-card {
    min-height: 350px;
  }
}
@media (max-width: 400px) {
  .Backoffice-page .acc-bar .loyalty-card {
    min-height: 310px;
  }
}
.Backoffice-page .acc-bar .loyalty-card .card-image {
  height: 100%;
}
.Backoffice-page .acc-bar .loyalty-card .card-image .video-block {
  height: 100%;
}
.Backoffice-page .acc-bar .loyalty-card .card-image .video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Backoffice-page .acc-bar .loyalty-card .card-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.Backoffice-page .acc-bar .loyalty-card .card-body h5 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 15px;
  text-align: center;
}
.Backoffice-page .acc-bar .loyalty-card .card-body p {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  margin: 0;
  text-align: center;
}
.Backoffice-page .acc-bar .loyalty-card .card-body.f-bar {
  background: linear-gradient(180deg, rgba(1, 255, 145, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.Backoffice-page .acc-bar .loyalty-card .card-body.s-bar {
  background: linear-gradient(180deg, rgba(249, 180, 83, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media (max-width: 992px) {
  .Backoffice-page .too-bar .choose-card {
    padding: 2rem 1rem;
  }
}
.Backoffice-page .too-bar .choose-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Backoffice-page .too-bar .choose-card ul li {
  display: flex;
  align-items: flex-start;
  margin: 0 0 40px;
}
.Backoffice-page .too-bar .choose-card ul li:last-child {
  margin: 0;
}
.Backoffice-page .too-bar .choose-card ul li .img-hold {
  margin: 0 20px 0 0;
}
.Backoffice-page .too-bar .choose-card ul li .img-hold img {
  width: 60px;
}
.Backoffice-page .too-bar .choose-card ul li .t-hold h2 {
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 15px;
  color: #000;
}
@media (max-width: 1400px) {
  .Backoffice-page .too-bar .choose-card ul li .t-hold h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .Backoffice-page .too-bar .choose-card ul li .t-hold h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
.Backoffice-page .too-bar .choose-card ul li .t-hold p {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  margin: 0;
}
@media (max-width: 1400px) {
  .Backoffice-page .too-bar .choose-card ul li .t-hold p {
    font-size: 14px;
    line-height: 20px;
  }
}
.Backoffice-page .too-bar .choose-card h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  color: #000;
  margin: 0 0 10px;
}
@media (max-width: 1400px) {
  .Backoffice-page .too-bar .choose-card h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .Backoffice-page .too-bar .choose-card h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.Backoffice-page .too-bar .choose-card .choose-subtitle {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1400px) {
  .Backoffice-page .too-bar .choose-card .choose-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.Backoffice-page .video-card {
  width: 100%;
  border-radius: 35px 35px;
}
.Backoffice-page .video-card .video-wrapper {
  width: 100%;
  height: 500px;
}
@media (max-width: 992px) {
  .Backoffice-page .video-card .video-wrapper {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .Backoffice-page .video-card .video-wrapper {
    height: 300px;
  }
}
.Backoffice-page .video-card .btn-pause {
  width: 50px;
  height: 50px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid #fff;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  top: auto;
  bottom: 35px;
  right: 35px;
}
.Backoffice-page .video-card .btn-pause:hover {
  background: linear-gradient(76deg, rgb(0, 167, 255) 0%, rgb(1, 123, 255) 100%);
  transform: scale(1.06);
  border-color: white;
}
.Backoffice-page .video-card .pause-icon {
  color: white;
  font-weight: bold;
  line-height: 1;
}

.piont-page .hardware-hero {
  background: url(../images/bg57.png) no-repeat bottom center;
  background-size: cover;
  padding: 18rem 0;
}
@media (max-width: 1800px) {
  .piont-page .hardware-hero {
    padding: 16rem 0;
  }
}
@media (max-width: 1750px) {
  .piont-page .hardware-hero {
    padding: 15.5rem 0;
  }
}
@media (max-width: 1700px) {
  .piont-page .hardware-hero {
    padding: 15rem 0;
  }
}
@media (max-width: 1650px) {
  .piont-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1600px) {
  .piont-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1550px) {
  .piont-page .hardware-hero {
    padding: 13rem 0;
  }
}
@media (max-width: 1500px) {
  .piont-page .hardware-hero {
    padding: 12rem 0;
  }
}
@media (max-width: 1450px) {
  .piont-page .hardware-hero {
    padding: 11.5rem 0;
  }
}
@media (max-width: 1400px) {
  .piont-page .hardware-hero {
    padding: 10.5rem 0;
  }
}
@media (max-width: 1350px) {
  .piont-page .hardware-hero {
    padding: 10rem 0;
  }
}
@media (max-width: 1300px) {
  .piont-page .hardware-hero {
    padding: 9.5rem 0;
  }
}
@media (max-width: 1250px) {
  .piont-page .hardware-hero {
    padding: 9rem 0;
  }
}
@media (max-width: 1200px) {
  .piont-page .hardware-hero {
    padding: 7.5rem 0;
  }
}
@media (max-width: 1150px) {
  .piont-page .hardware-hero {
    padding: 7rem 0;
  }
}
@media (max-width: 1100px) {
  .piont-page .hardware-hero {
    padding: 6rem 0;
  }
}
@media (max-width: 1050px) {
  .piont-page .hardware-hero {
    padding: 5.5rem 0;
  }
}
@media (max-width: 992px) {
  .piont-page .hardware-hero {
    background: url(../images/bg24.png) no-repeat top;
    background-size: cover;
    padding: 2rem 0 0;
  }
}
@media (max-width: 575px) {
  .piont-page .hardware-hero {
    margin: 0;
    border-radius: 0;
  }
}
.piont-page .hardware-hero:before {
  display: none;
}
@media (max-width: 992px) {
  .piont-page .hardware-hero .hero-image-wrapper img {
    margin: 0 -1rem 0 0;
  }
}
@media (max-width: 1200px) {
  .piont-page .hardware-hero h1 {
    font-size: 33px;
    line-height: 38px;
  }
  .piont-page .hardware-hero h1 .text-wrapper {
    top: 13px;
  }
}
@media (max-width: 575px) {
  .piont-page .hardware-hero h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .piont-page .hardware-hero h1 .text-wrapper {
    top: 3px;
    height: 30px;
  }
  .piont-page .hardware-hero h1 .text-wrapper span {
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .piont-page .hardware-hero h1 {
    font-size: 22px;
    line-height: 26px;
  }
}
.piont-page .slider-section::before {
  position: absolute;
  top: -15rem;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../images/bg51.png) no-repeat;
  background-size: 100%;
  width: 1440px;
  height: 1050px;
  z-index: -1;
  margin: 0 auto;
}
.piont-page .video-card {
  width: 100%;
  border-radius: 35px 35px;
  position: relative;
  z-index: 99;
}
@media (max-width: 575px) {
  .piont-page .video-card {
    border-radius: 20px 20px;
  }
}
.piont-page .video-card .video-wrapper {
  width: 100%;
  height: 600px;
}
@media (max-width: 1200px) {
  .piont-page .video-card .video-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .piont-page .video-card .video-wrapper {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .piont-page .video-card .video-wrapper {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .piont-page .video-card .video-wrapper {
    height: 250px;
  }
}
.piont-page .video-card .btn-pause {
  width: 50px;
  height: 50px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid #fff;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  top: auto;
  bottom: 35px;
  right: 35px;
}
.piont-page .video-card .btn-pause:hover {
  background: linear-gradient(76deg, rgb(0, 167, 255) 0%, rgb(1, 123, 255) 100%);
  transform: scale(1.06);
  border-color: white;
}
.piont-page .video-card .pause-icon {
  color: white;
  font-weight: bold;
  line-height: 1;
}
.piont-page .loyalty-analytics::before {
  display: none;
}
.piont-page .hardware-trust {
  padding: 0 0 3rem;
}
@media (max-width: 575px) {
  .piont-page .hardware-trust {
    margin: 0 0 2rem;
  }
}
.piont-page .hardware-trust::before {
  position: absolute;
  top: -40rem;
  left: 0;
  right: auto;
  bottom: auto;
  content: "";
  background: url(../images/bg53.png) no-repeat top;
  background-size: 100%;
  z-index: -1;
  width: 100%;
  height: 1600px;
}
@media (max-width: 1400px) {
  .piont-page .hardware-trust::before {
    height: 1200px;
    top: -18rem;
  }
}
@media (max-width: 992px) {
  .piont-page .hardware-trust::before {
    height: 800px;
    top: 2rem;
  }
}
@media (max-width: 575px) {
  .piont-page .hardware-trust::before {
    background: url(../images/bg53.png) no-repeat top;
    background-size: cover;
  }
}
.piont-page .loyalty-analytics p {
  text-align: left;
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 767px) {
  .piont-page .loyalty-analytics p {
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  .piont-page .loyalty-analytics h2 br {
    display: none;
  }
}
.piont-page .loyalty-analytics .t-bar p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .piont-page .loyalty-analytics .t-bar p {
    font-size: 14px;
    line-height: 22px;
  }
}
.piont-page .loyalty-analytics .t-bar a {
  font-family: "Manrope", sans-serif;
  font-weight: 600px;
  color: #00AFFF;
}

.home-page header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  content: "";
}
@media (max-width: 992px) {
  .home-page header {
    position: relative;
  }
}
.home-page .hardware-hero {
  background: url(../images/bg54.jpg) no-repeat top center;
  background-size: cover;
  border-radius: 0;
  padding: 22rem 0;
  margin: 0;
}
@media (max-width: 1800px) {
  .home-page .hardware-hero {
    padding: 20rem 0;
  }
}
@media (max-width: 1750px) {
  .home-page .hardware-hero {
    padding: 19rem 0;
  }
}
@media (max-width: 1650px) {
  .home-page .hardware-hero {
    padding: 17rem 0;
  }
}
@media (max-width: 1550px) {
  .home-page .hardware-hero {
    padding: 16rem 0;
  }
}
@media (max-width: 1450px) {
  .home-page .hardware-hero {
    padding: 15rem 0;
  }
}
@media (max-width: 1350px) {
  .home-page .hardware-hero {
    padding: 14rem 0;
  }
}
@media (max-width: 1300px) {
  .home-page .hardware-hero {
    padding: 13rem 0;
  }
}
@media (max-width: 1250px) {
  .home-page .hardware-hero {
    padding: 12rem 0;
  }
}
@media (max-width: 1200px) {
  .home-page .hardware-hero {
    padding: 12rem 0;
  }
}
@media (max-width: 1100px) {
  .home-page .hardware-hero {
    padding: 10rem 0;
  }
}
@media (max-width: 992px) {
  .home-page .hardware-hero {
    padding: 5rem 0 5rem;
  }
}
@media (max-width: 575px) {
  .home-page .hardware-hero {
    margin: 0;
    border-radius: 0;
    padding: 2rem 0 2rem;
  }
}
.home-page .hardware-hero:before {
  display: none;
}
@media (max-width: 992px) {
  .home-page .hardware-hero .hero-image-wrapper img {
    margin: 0 -1rem 0 0;
  }
}
.home-page .hardware-hero h1 {
  font-size: 50px;
  line-height: 52px;
  color: #fff;
  margin: 0 0 12px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .home-page .hardware-hero h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 992px) {
  .home-page .hardware-hero h1 {
    font-size: 35px;
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .home-page .hardware-hero h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .home-page .hardware-hero h1 {
    font-size: 25px;
    line-height: 27px;
  }
}
.home-page .hardware-hero h2 {
  font-size: 25px;
  line-height: 27px;
  color: #fff;
  margin: 0 0 30px;
  font-weight: 300;
}
@media (max-width: 1400px) {
  .home-page .hardware-hero h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  .home-page .hardware-hero h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .home-page .hardware-hero h2 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .home-page .hardware-hero h2 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 15px;
  }
}
.home-page .hardware-hero p {
  font-size: 25px;
  line-height: 27px;
  color: #fff;
  margin: 0 0 30px;
  font-weight: 300;
}
@media (max-width: 1400px) {
  .home-page .hardware-hero p {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  .home-page .hardware-hero p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .home-page .hardware-hero p {
    font-size: 14px;
    line-height: 16px;
  }
}
.home-page .hardware-hero p span {
  font-weight: 700;
  color: #1AB7FF;
}
.home-page .hardware-hero .bd-btn {
  background: #fff;
  color: #43B2E5;
}
.home-page .logo-slider {
  overflow: hidden;
  position: relative;
  background: transparent;
  z-index: 9;
  margin: -5rem 0 0;
}
@media (max-width: 992px) {
  .home-page .logo-slider {
    margin: 0;
    padding: 10px 0;
    background: #000;
  }
}
.home-page .logo-slider .logo-track {
  display: flex;
  width: max-content;
  animation: scroll 9s linear infinite alternate;
  gap: 25px;
  align-items: center;
}
.home-page .logo-slider .logo-track img {
  height: auto;
  display: block;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.home-page .retail-solutions {
  padding: 5rem 0 0;
}
.home-page .retail-solutions:before {
  display: none;
}
.home-page .hardware-trust .col-xxl-2 {
  width: 20%;
}
@media (max-width: 1400px) {
  .home-page .hardware-trust .col-xxl-2 {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .home-page .hardware-trust .col-xxl-2 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .home-page .hardware-trust .col-xxl-2 {
    width: 100%;
  }
}
.home-page .hardware-trust .trust-card {
  padding: 1.5rem 1rem;
  box-shadow: 0 2.65px 7.96px rgba(12, 68, 204, 0.1);
}
.home-page .hardware-trust .trust-card .trust-icon {
  margin: 0 auto 20px;
}
.home-page .hardware-trust .trust-card h3 {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 10px;
}
.home-page .hardware-trust .trust-card p {
  font-size: 10px;
  line-height: 16px;
  margin: 0 0 15px;
  padding: 0 15px;
}
@media (max-width: 1280px) {
  .home-page .hardware-trust .trust-card p {
    padding: 0;
  }
}
.home-page .hardware-trust .trust-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 12px;
  color: #00AFFF;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}
.home-page .hardware-trust .trust-card a img {
  width: 10px;
  margin: 2px 0 0 5px;
}
.home-page .loyalty-analytics h2 {
  color: #030303;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1400px) {
  .home-page .loyalty-analytics h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .home-page .loyalty-analytics h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.home-page .loyalty-analytics::before {
  display: none;
}
.home-page .loyalty-analytics p {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #7D7878;
}
@media (max-width: 992px) {
  .home-page .loyalty-analytics p {
    font-size: 14px;
    line-height: 20px;
  }
}
.home-page .loyalty-analytics span {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #030303;
}
@media (max-width: 992px) {
  .home-page .loyalty-analytics h2 br {
    display: none;
  }
}
.home-page .loyalty-analytics .t-bar h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  color: #030303;
}
@media (max-width: 575px) {
  .home-page .loyalty-analytics .t-bar h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.home-page .loyalty-analytics .t-bar p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .home-page .loyalty-analytics .t-bar p {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-page .loyalty-analytics .t-bar a {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.home-page .video-card {
  width: 100%;
  border-radius: 35px 35px;
}
@media (max-width: 575px) {
  .home-page .video-card {
    border-radius: 20px 20px;
  }
}
.home-page .video-card .video-wrapper {
  width: 100%;
  height: 500px;
}
@media (max-width: 992px) {
  .home-page .video-card .video-wrapper {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .home-page .video-card .video-wrapper {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .home-page .video-card .video-wrapper {
    height: 250px;
  }
}
.home-page .video-card .btn-pause {
  width: 50px;
  height: 50px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid #fff;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  top: auto;
  bottom: 35px;
  right: 35px;
}
.home-page .video-card .btn-pause:hover {
  background: linear-gradient(76deg, rgb(0, 167, 255) 0%, rgb(1, 123, 255) 100%);
  transform: scale(1.06);
  border-color: white;
}
.home-page .video-card .pause-icon {
  color: white;
  font-weight: bold;
  line-height: 1;
}
.home-page .addon-products {
  padding: 0 0 3rem;
}
.home-page .addon-products h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #030303;
}
@media (max-width: 1400px) {
  .home-page .addon-products h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .home-page .addon-products h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.home-page .addon-products p {
  color: #7D7878;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .home-page .addon-products p {
    font-size: 14px;
    line-height: 20px;
  }
}
.home-page .addon-products .product-card {
  text-align: center;
}
.home-page .addon-products .product-card .img-box {
  margin: 0 0 15px;
}
.home-page .addon-products .product-card h6 {
  font-size: 13px;
  line-height: 15px;
  color: #000;
  font-weight: 400;
  margin: 0 0 7px;
  font-family: "Poppins", sans-serif;
}
.home-page .addon-products .product-card a {
  font-size: 11px;
  line-height: 13px;
  color: #00AFFF;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
}
.home-page .addon-products .product-card a img {
  width: 10px;
  margin: 3px 0 0 7px;
}
.home-page .video-slider-section {
  padding: 5rem 0 0;
}
@media (max-width: 992px) {
  .home-page .video-slider-section {
    padding: 3rem 0 0;
  }
}
.home-page .video-slider-section .top-text {
  text-align: center;
  margin: 0 0 3rem;
}
.home-page .video-slider-section .top-text h2 {
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 15px;
}
@media (max-width: 1400px) {
  .home-page .video-slider-section .top-text h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .home-page .video-slider-section .top-text h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.home-page .video-slider-section .top-text p {
  font-size: 16px;
  line-height: 24px;
  color: #7D7878;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .home-page .video-slider-section .top-text p br {
    display: none;
  }
  .home-page .video-slider-section .top-text p {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-page .video-slider-section .video-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 5px;
}
.home-page .video-slider-section .video-card video,
.home-page .video-slider-section .video-card .yt-thumb,
.home-page .video-slider-section .video-card iframe {
  display: block;
  border: none;
  width: 100%;
  object-fit: cover;
  height: 450px;
}
@media (max-width: 992px) {
  .home-page .video-slider-section .video-card video,
  .home-page .video-slider-section .video-card .yt-thumb,
  .home-page .video-slider-section .video-card iframe {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .home-page .video-slider-section .video-card video,
  .home-page .video-slider-section .video-card .yt-thumb,
  .home-page .video-slider-section .video-card iframe {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .home-page .video-slider-section .video-card video,
  .home-page .video-slider-section .video-card .yt-thumb,
  .home-page .video-slider-section .video-card iframe {
    height: 250px;
  }
}
.home-page .video-slider-section .video-card .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}
.home-page .video-slider-section .video-card .overlay .play-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 18px;
}
.home-page .video-slider-section .video-slider .slick-slide {
  margin: 0 5px;
}
.home-page .video-slider-section .video-slider .slick-dots {
  bottom: -35px;
}
.home-page .video-slider-section .video-slider .slick-dots li {
  width: 10px;
  height: 8px;
  background: #2398FF;
  border-radius: 10px 10px;
}
.home-page .video-slider-section .video-slider .slick-dots li.slick-active {
  width: 40px;
  background: #0864A6;
}
.home-page .video-slider-section .video-slider .slick-dots li button {
  width: auto;
  height: auto;
}
.home-page .video-slider-section .video-slider .slick-dots li button::before {
  display: none;
}

/*# sourceMappingURL=style.css.map */

/* Watch more on YouTube button (video slider section) */
.yt-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #fff;
  color: #171717;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.yt-more-btn:hover {
  border-color: #2398FF;
  color: #017bff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}


/* Hardware product grid alignment: uniform image area, button pinned to bottom */
.hardware-section .product-item { display: flex; }
.hardware-section .product-card { display: flex; flex-direction: column; width: 100%; height: 100%; }
.hardware-section .product-card img { width: 100%; height: 200px; object-fit: contain; }
.hardware-section .product-card .inquiry-btn { margin-top: auto; }

/* Pin package-card buttons to the card bottom so all cards in a row align */
.package-card { display: flex; flex-direction: column; }
.package-card .package-body { display: flex; flex-direction: column; flex: 1 1 auto; }
.package-card .package-body .cs-btn { margin-top: auto; }
.package-card .package-body .cs-btn ~ .cs-btn { margin-top: 8px; }
.package-card .package-body > .d-flex:last-child { margin-top: auto; }
