/* ---- hero section ---- */
#hero-section-wrapper {
  position: relative;
  height: 1030px;
  /* background: rgb(88,93,96);
  background: -moz-linear-gradient(90deg, rgba(88,93,96,1) 0%, rgba(82,88,91,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(88,93,96,1) 0%, rgba(82,88,91,1) 100%);
  background: linear-gradient(90deg, rgba(88,93,96,1) 0%, rgba(82,88,91,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#585d60",endColorstr="#52585b",GradientType=1); */
  background-color: #565c5f;
  overflow: hidden;
}
#hero-section-wrapper .hero-content-wrapper {
  position: absolute;
  top: calc(50% - 80px);
  transform: translateY(-50%);
  z-index: 2;
}
#hero-section-wrapper .videoembed {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: auto;
}
#hero-section-wrapper .eyebrow-text {
  font-size: 21px;
  font-weight: 500;
  color: #F5F5FA;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#hero-section-wrapper h1 {
  font-size: 67px;
  font-weight: 700;
  line-height: 90%;
  color: #F5F5FA;
  margin: 0 0 30px 0;
}
#hero-section-wrapper strong {
  color: #FF6F19;
}
#hero-section-wrapper .subtitle {
  font-size: 22px;
  color: #F5F5FA;
  margin-bottom: 0;
  padding-bottom: 30px;
  line-height: 140%;
  font-weight: 400;
}
#hero-section-wrapper .button-row {
  display: inline-block;
  padding: 0;
}
#hero-section-wrapper .hero-content {
  position: relative;
  max-width: 750px;
  flex: 1;
}
#hero-section-wrapper .hero-image {
  flex: 1;
  max-width: 50%;
}
#hero-section-wrapper .hero-image img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

/* ---- stats section ---- */
#stats-section-wrapper {
  padding: 80px 0;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#stats-section-wrapper .stat-image-content img {
  display: block;
  width: 46px;
  height: auto;
}
#stats-section-wrapper p.value {
  font-size: 45px;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 10px 0;
  color: #FF6F19;
  line-height: 80%;
}
#stats-section-wrapper p.what {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 10px 0;
  color: #F5F5FA;
}
#stats-section-wrapper p.per {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 10px 0;
  color: #F5F5FA;
}
#stats-section-wrapper .stat-box-wrapper {
  text-align: center;
  position: relative;
  bottom: -80px;
  opacity: 0;
}
#stats-section-wrapper .stat-box-wrapper.active {
  bottom: 0;
  opacity: 1;
  transition: 0.5s ease-out all;
}
#stats-section-wrapper .stat-image-content {
  width: 50px;
  margin: 0 auto;
}

/* ---- promote section ---- */
#promote-section-wrapper {
  padding: 36px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  background-color: #101010;
  color: #fff;
}
#promote-section-wrapper a {
  display: inline-block;
  margin: 0 auto;
}
#promote-section-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 0 auto;
}

/* ---- about device section ---- */
#about-device-section-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 720px;
}
#about-device-section-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(16,16,16);
  background: -moz-linear-gradient(90deg, rgba(16,16,16,0.5) 0%, rgba(16,16,16,0.4) 40%, rgba(16,16,16,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(16,16,16,0.5) 0%, rgba(16,16,16,0.4) 40%, rgba(16,16,16,0) 100%);
  background: linear-gradient(90deg, rgba(16,16,16,0.5) 0%, rgba(16,16,16,0.4) 40%, rgba(16,16,16,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101010",endColorstr="#101010",GradientType=1);
  z-index: 0;
}
#about-device-section-wrapper.big-text .about-device-content {
  position: relative;
  transform: none;
  left: auto;
  top: auto;
  padding: 60px 0;
}
#about-device-section-wrapper .about-device-content {
  position: relative;
  z-index: 1;
}
.about-device-content .black-box {
  max-width: 570px;
  /* background-color: #060606; */
  /* padding: 32px; */
  /* border-radius: 20px; */
}
.about-device-content h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
}
.about-device-content h3 strong {
  color: #FF6F19;
  font-weight: 400;
}
.about-device-content p {
  font-size: 21px;
  font-weight: 300;
  line-height: 140%;
  color: #F5F5F5;
  margin-bottom: 30px;
}
.about-device-content a.primary-button-transparent {
  display: inline-block;
}

/* ---- insight capabilities wrapper ---- */
#insight-capabilities-wrapper {
  background-color: #101010;
  position: relative;
}
/* #insight-capabilities-wrapper  img.shape {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
} */
#insight-capabilities-wrapper h2 strong {
  color: #FF6F19;
}
#insight-capabilities-wrapper .col-content {
  display: flex;
  max-width: 420px;
  margin: 0 auto;
}
#insight-capabilities-wrapper .col-content img {
  margin-right: 20px;
}
#insight-capabilities-wrapper .col-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #F5F5F5;
  margin: 0;
}
#insight-capabilities-wrapper .col-content p strong {
  font-weight: 600;
  color: #FF6F19;
}
.insight-capabilities-content {
  padding: 120px 0;
  background-color: #101010;
  min-height: 560px;
  /* width: 100%; */
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
}

/* ---- insight benefits section ---- */
#insight-benefits-wrapper {
  padding: 100px 0;
  background-color: #F5F5F5;
}
#insight-benefits-wrapper h2.title {
  text-align: center;
  color: #101010;
}
#insight-benefits-wrapper #tabs .tab {
  width: 280px;
  background-color: #E6E6E6;
  border-radius: 15px;
  padding: 12px 26px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  font-size: 16px;
  font-weight: 500;
  color: #5F6363;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.1s linear all;
}
#insight-benefits-wrapper .tabs-content-navigation {
  background-color: #E6E6E6;
  display: flex;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 60px
}
#insight-benefits-wrapper #tabs .tab:last-of-type {
  margin-right: 0;
}
#insight-benefits-wrapper #tabs .tab:hover {
  background-color: #FF6F19;
  color: #F5F5F5;
  font-weight: 500;
}
#insight-benefits-wrapper #tabs .whiteborder {
  background-color: #FF6F19;
  color: #F5F5F5;
  font-weight: 500;
}
#insight-benefits-wrapper #tabs .tab-image-holder {
  flex: 1;
}
#insight-benefits-wrapper #tabs .tab-content-holder {
  flex: 1;
  padding: 0 0 0 40px;
}
#insight-benefits-wrapper #tabs .tab-content-holder h3 {
  color: #101010;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 0;
}
#insight-benefits-wrapper #tabs .tab-content-holder em {
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  color: #FF6F19;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#insight-benefits-wrapper #tabs .tab-content-holder strong {
  color: #FF6F19;
  font-weight: 400;
}
#insight-benefits-wrapper #tabs .tab-content-holder p,
#insight-benefits-wrapper #tabs .tab-content-holder li {
  font-size: 21px;
  font-weight: 300;
  color: #101010;
  margin-bottom: 12px;
}
#insight-benefits-wrapper #tabs .tab-content-holder a.cta {
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #00C8FF;
}
#insight-benefits-wrapper #tabs .hide {
  min-height: unset;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
#insight-benefits-wrapper #tabs .show {
  height: auto;
  visibility: visible;
  overflow: unset;
  opacity: 1;
  transition: 0.3s linear all;
}
#insight-benefits-wrapper #tabs .tabContent img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

/* ---- our customers module ---- */
#our-customers-wrapper {
  padding: 60px 0;
  background: url(/wp-content/uploads/2024/03/testimonials-background-image.jpg) center center no-repeat;
  background-size: cover;
  min-height: 770px;
}
#our-customers-wrapper h2.title {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 90%;
  margin: 0 0 30px 0;
}
#our-customers-wrapper h2.title strong {
  color: #FF6F19;
}
#our-customers-wrapper p.subtitle {
  font-size: 20px;
  line-height: 100%;
  margin: 0 0 48px 0;
}
#our-customers-wrapper .our-customers-slide {
  height: 100%;
  position: relative;
  padding: 25px;
  border-radius: 25px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
#our-customers-wrapper .testimonial-top-section {
  display: flex;
}
#our-customers-wrapper .testimonial-image img {
  display: block;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  margin: 0 20px 0 0;
}
#our-customers-wrapper .testimonial-author .name {
  font-size: 20px;
  color: #FF6F19;
  margin: 0;
}
#our-customers-wrapper .testimonial-author .job-title {
  font-size: 16px;
  font-weight: 300;
  min-height: 48px;
}
#our-customers-wrapper .testimonial-content .quote {
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  margin: 0 0 25px 0;
}
#our-customers-wrapper .testimonial-bottom-part a {
  display: inline-block;
}

/* ---- addons section ---- */
#addons-section {
  padding: 100px 0;
  background-color: #F5F5F5;
}
#addons-section h2.title {
  text-align: center;
  color: #101010;
}
#addons-section .addon-box {
  border-radius: 8px;
  overflow: hidden;
}
#addons-section .addon-box img {
  width: 100%;
}
#addons-section .addon-box .addon-content {
  padding: 40px 24px 24px 24px;
  background-color: #FFFFFF;
}
#addons-section .addon-box .tag {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  color: #969898;
}
#addons-section .addon-box h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  color: #101010;
}
#addons-section .addon-box .content {
  font-size: 16px;
  font-weight: 300;
  height: 72px;
  overflow: hidden;
  color: #5F6363;
  margin: 0 0 18px 0;
}
#addons-section .addon-box a.cta {
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
  color: #00C8FF;
}
#hero-section-wrapper .device-image {
  display: none;
}
#hero-section-wrapper .device-image img {
  display: block;
  max-width: 250px;
  width: 100%;
  height: auto;
  margin: 60px auto 0;
}

@media only screen and (min-width: 1921px) {
  #stats-section-wrapper {
    bottom: 60px;
  }
}

@media only screen and (max-width: 1440px) {
  #hero-section-wrapper {
    height: 860px;
  }
  #hero-section-wrapper h1 {
    font-size: 47px;
    line-height: 100%;
  }
  #about-device-section-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
  }
  #insight-benefits-wrapper #tabs .tab-content-holder {
    max-width: 640px;
    width: auto;
  }
  .insight-capabilities-content {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 1280px) {
  #about-device-section-wrapper {
    min-height: 520px;
  }
}

@media only screen and (max-width: 992px) {
  #hero-section-wrapper {
    height: unset;
    padding: 120px 0 60px 0;
  }
  #hero-section-wrapper .videoembed {
    display: none;
  }
  #hero-section-wrapper .device-image {
    display: block;
  }
  #hero-section-wrapper .hero-content-wrapper {
    position: static;
    transform: none;
  }
  #stats-section-wrapper {
    position: static;
    transform: none;
    padding: 60px 0 0 0;
  }
  #stats-section-wrapper .stat-box-wrapper {
    bottom: 0;
    opacity: 1;
    transition: 0.5s ease-out all;
  }

  #about-device-section-wrapper {
    min-height: unset;
    padding: 60px 0;
  }
  #insight-capabilities-wrapper .col-content {
    display: block;
  }
  #insight-capabilities-wrapper .col-content img {
    display: none;
  }
  #insight-capabilities-wrapper .col-content p {
    text-align: center;
  }
  #about-device-section-wrapper.big-text .about-device-content {
    padding: 0;
  }
  #insight-benefits-wrapper #tabs .tabContent img {
    width: 100%;
    height: auto;
  }
  #insight-benefits-wrapper #tabs .tab {
    padding: 12px;
    width: 200px;
  }

  #our-customers-wrapper .col-lg-4 {
    margin-bottom: 30px;
  }
  #our-customers-wrapper .col-lg-4:last-of-type {
    margin-bottom: 0;
  }

  #addons-section .addon-box {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #hero-section-wrapper .device-image img {
    margin: 30px auto 0;
  }
  #stats-section-wrapper {
    padding: 30px 0 0 0;
  }
  #insight-capabilities-wrapper .col-content {
    display: flex;
  }
  #insight-capabilities-wrapper .col-content img {
    display: flex;
    align-self: start;
  }
  #insight-capabilities-wrapper .col-content p {
    text-align: left;
    margin-bottom: 60px;
  }
  #insight-benefits-wrapper #tabs .tab-image-holder img,
  #insight-benefits-wrapper #tabs .tab-image-holder video {
    display: block;
    margin: 0 auto;
  }
  #insight-benefits-wrapper #tabs .tabContent img {
    width: auto;
    height: 250px;
    margin: 0 0 30px 0 !important;
  }
  #insight-benefits-wrapper #tabs .tab-content-holder {
    padding: 0;
  }
  #insight-benefits-wrapper .tabs-content-navigation {
    display: block;
    width: 100%;
  }
  #insight-benefits-wrapper #tabs .tab {
    width: 100%;
  }
  #our-customers-wrapper h2.title {
    line-height: 100%;
  }
  #our-customers-wrapper p.subtitle {
    line-height: 100%;
  }
}
@media only screen and (max-width: 440px) {
  #hero-section-wrapper h1 {
    font-size: 40px;
  }
  #insight-benefits-wrapper #tabs .tab {
    width: 100%;
    font-size: 14px;
    padding: 12px 6px;
  }
}
