.marquee_container {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.marquee_wrapper {
  animation: marquee 30s linear infinite;
  display: inline-flex;
}

@keyframes marquee {
  0% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(-50%,0,0);
  }
}

:root {
  --bs-modal-header-border-width: 1px;
  --bs-modal-header-border-color: #dee2e6;
}

.splide .splide__arrow {
  background: #f2f2f2!important;
  height: 4em!important;
  top: 46%!important;
  width: 4em!important;
}

.splide .splide__arrow svg {
  fill: #121314!important;
}

.splide .splide__pagination__page.is-active {
  background: #c0392b!important;
  transform: none!important;
}

.splide .splide__pagination__page {
  background: #979797!important;
  height: 12px!important;
  opacity: 1!important;
  width: 12px!important;
}

@media screen and (max-width:575px) {
  .splide .splide__arrow {
    height: 2.5em!important;
    width: 2.5em!important;
  }
}

@media screen and (min-width:320px) and (max-width:575px) {
  #slider-usage .splide__arrows .splide__arrow {
    top: 104%!important;
  }

  #slider-usage .splide__arrows .splide__arrow--prev {
    left: 38%!important;
  }

  #slider-usage .splide__arrows .splide__arrow--next {
    right: 38%!important;
  }
}

#slider-usage .card {
  height: 100%;
}

#use-cases .custom-font {
  font-size: .9rem;
}

@media screen and (max-width:767px) {
  #use-cases .custom-font {
    font-size: .65rem;
  }
}

#use-cases .splide .card {
  border: none;
  box-shadow: 0 2px 10px #00000026;
}

#use-cases .splide .bgImage {
  height: 100%;
  left: -5px;
  position: absolute;
  top: 0;
  width: 100%;
}

#use-cases .use-case-menu .active {
  background: #fff;
  border-bottom: 5px solid #c0392b!important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 2px 12px #00000026;
  color: #c0392b;
}

#use-cases .use-case-menu .active svg {
  fill: #c0392b;
}

#use-cases .use-case-menu a {
  height: 100%;
}

@media (min-width:992px) {
  #use-cases .use-case-menu li {
    border-right: .5px solid #d8d8d8;
  }

  #use-cases .use-case-menu li:last-child {
    border-right: none;
  }
}

@media (max-width:991px) {
  #use-cases .use-case-menu li {
    border-bottom: .5px solid #d8d8d8;
    border-right: .5px solid #d8d8d8;
  }
}

@media screen and (min-width:320px) and (max-width:575px) {
  #slider-testimonial .splide__arrows .splide__arrow {
    top: 105%!important;
  }

  #slider-testimonial .splide__arrows .splide__arrow--prev {
    left: 38%!important;
  }

  #slider-testimonial .splide__arrows .splide__arrow--next {
    right: 38%!important;
  }
}

@media screen and (min-width:576px) {
  #slider-brands.splide .splide__track {
    margin-left: 80px;
    margin-right: 80px;
  }
}

@media screen and (min-width:320px) and (max-width:575px) {
  #slider-brands.splide .card {
    height: 65px!important;
    width: 125px!important;
  }

  #slider-brands.splide .card picture {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  #slider-brands.splide .card picture img {
    max-width: 80%;
  }

  #slider-brands.splide .splide__arrows .splide__arrow {
    top: 100%!important;
  }

  #slider-brands.splide .splide__arrows .splide__arrow--prev {
    left: 38%!important;
  }

  #slider-brands.splide .splide__arrows .splide__arrow--next {
    right: 38%!important;
  }
}

#slider-brands.splide .card {
  border: .25px solid #d8d8d8;
  height: 88px;
  width: 214px;
}

#slider-brands.splide img,
#slider-brands.splide picture {
  margin: auto;
}

#slider-brands.splide .splide__pagination {
  bottom: -1.5em;
}

@media screen and (min-width:576px) {
  #slider-blogs.splide .splide__track {
    margin-left: 80px;
    margin-right: 80px;
  }
}

@media screen and (min-width:320px) and (max-width:575px) {
  #slider-blogs.splide .splide__arrows .splide__arrow {
    top: 100%!important;
  }

  #slider-blogs.splide .splide__arrows .splide__arrow--prev {
    left: 38%!important;
  }

  #slider-blogs.splide .splide__arrows .splide__arrow--next {
    right: 38%!important;
  }
}

#slider-blogs.splide .splide__pagination {
  bottom: -1.5em;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.cursor-pointer {
  cursor: pointer;
}

@media screen and (max-width:575px) {
  .button-block {
    width: 100%;
  }
}

.hvr-grow {
  transition: all .2s ease-in-out;
}

.hvr-grow:hover {
  transform: scale(1.04);
}

@media (min-width:576px) {
  .w-sm-85 {
    width: 85%;
  }
}

@media (min-width:768px) {
  .w-md-50 {
    width: 50%;
  }

  .w-md-60 {
    width: 60%;
  }

  .w-md-65 {
    width: 65%;
  }

  .w-md-75 {
    width: 75%;
  }

  .w-md-85 {
    width: 85%;
  }

  .w-md-48 {
    width: 48%;
  }

  .w-md-90 {
    width: 90%;
  }

  .w-md-30 {
    width: 30%;
  }
}

@media (min-width:992px) {
  .w-lg-80 {
    width: 80%;
  }

  .w-lg-50 {
    width: 50%;
  }

  .w-lg-60 {
    width: 60%;
  }
}

@media (min-width:1200px) {
  .w-xl-75 {
    width: 75%;
  }
}

@media (min-width:992px) {
  .w-lg-75 {
    width: 75%;
  }
}

.box-shadow-1 {
  box-shadow: 0 2px 6px #00000026!important;
}

.flex-basis-0 {
  flex-basis: 0;
}

.form-control:focus {
  box-shadow: 0 0 0 3px #6d626333!important;
}

.popover-container {
  display: inline-block;
  position: relative;
}

.popover-trigger {
  cursor: pointer;
}

.popover-primary svg:hover path {
  fill: #121314;
}

.popover-content {
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0 2px 5px #0000001a;
  display: none;
  position: absolute;
  white-space: normal;
  width: 300px;
  z-index: 4;
}

.popover-arrow {
  background: #fff;
  display: none;
  height: 12px;
  position: absolute;
  rotate: 45deg;
  width: 12px;
  z-index: 10;
}

.popover-arrow.right {
  box-shadow: 1px -1px 2px #0000001a;
  left: -18px;
  top: 0;
}

.popover-arrow.left {
  box-shadow: -1px 2px 2px #0000001a;
  right: -18px;
  top: 0;
}

.popover-container:hover .popover-arrow,
.popover-container:hover .popover-content {
  display: block;
}

#comparison-component #atf {
  background-image: url(../images/common/bg_9.webp);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 170px;
}

@media (min-width:768px) {
  #comparison-component #atf {
    min-height: 300px;
  }
}

#comparison-component #testimonials .testimonial-card img {
  border-radius: 50%;
}

#comparison-component #testimonials .testimonial-card p {
  line-height: 1.8;
}

#comparison-component #cta-comparison {
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width:767px) {
  #comparison-component #cta-comparison .get-started-scanova {
    width: 100%;
  }
}

@media (min-width:768px) {
  #comparison-component #cta-comparison .right-content {
    border-left: 2px solid hsla(0,0%,85%,.5);
  }
}

@media (max-width:767px) {
  #comparison-component #cta-comparison .right-content {
    border-top: 2px solid hsla(0,0%,85%,.5);
  }
}

#comparison-component #detailed-compare .menu {
  border-block: .5px solid #d8d8d8;
  cursor: pointer;
}

#comparison-component #detailed-compare .menu li img {
  filter: grayscale(80%) brightness(.5);
  opacity: .4;
}

#comparison-component #detailed-compare .menu .active {
  border-color: #d8d8d8;
  border-radius: 2px;
  border-width: 0 .5px;
  border-bottom: 2px solid #c0392b;
  box-shadow: 0 2px 8px #00000026;
}

#comparison-component #detailed-compare .menu .active img {
  filter: none;
  opacity: unset;
}

#comparison-component #detailed-compare .compare-wrapper {
  position: relative;
}

#comparison-component #detailed-compare .compare-wrapper .menu {
  position: sticky;
  top: 70px;
  z-index: 3;
}

#comparison-component #detailed-compare .compare-wrapper .compare-title {
  background-color: #fff;
  position: sticky;
  top: 126px;
  z-index: 2;
}

#comparison-component #detailed-compare .compare-wrapper .brand-title {
  position: sticky;
  top: 187px;
  z-index: 2;
}

@media (min-width:767px) {
  #comparison-component #detailed-compare .compare-wrapper .brand-title {
    border: 1px solid #d8d8d8;
  }
}

#comparison-component #detailed-compare .rotate {
  transform: rotate(180deg);
}

#comparison-component #detailed-compare .horizontal-line-label {
  align-items: center;
  display: flex;
  text-align: center;
}

#comparison-component #detailed-compare .horizontal-line-label:after,
#comparison-component #detailed-compare .horizontal-line-label:before {
  border-bottom: 1px solid #d8d8d8;
  content: "";
  flex: 1;
  margin: 0 10px;
}

#comparison-component #detailed-compare .horizontal-line-label span {
  background: #fff;
}

#comparison-component .border-top-right-radius {
  border-top-right-radius: .375rem;
}

#comparison-component .border-bottom-right-radius {
  border-bottom-right-radius: .375rem;
}

@media (max-width:768px) {
  #comparison-component .container .feature-row {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #comparison-component .sticky-col {
    background: #fff;
    left: 0;
    position: sticky;
    z-index: 1;
  }

  #comparison-component .col-3 {
    min-width: 150px;
  }
}

#comparison-component #quick-compare #mob-quick-compare-table .table-wrapper {
  overflow: auto;
}

#comparison-component #quick-compare #mob-quick-compare-table table {
  border-spacing: 0;
}

#comparison-component #quick-compare #mob-quick-compare-table tbody {
  font-size: 14px;
}

#comparison-component #quick-compare #mob-quick-compare-table .custom-th,
#comparison-component #quick-compare #mob-quick-compare-table td,
#comparison-component #quick-compare #mob-quick-compare-table th {
  max-width: 173px;
  min-width: 173px;
  padding: 20px 15px;
}

#comparison-component #quick-compare #mob-quick-compare-table .custom-th,
#comparison-component #quick-compare #mob-quick-compare-table table,
#comparison-component #quick-compare #mob-quick-compare-table td,
#comparison-component #quick-compare #mob-quick-compare-table th {
  border: 1px solid #d8d8d8;
  border-collapse: collapse;
}

#comparison-component #quick-compare #mob-quick-compare-table td:first-child {
  left: 0;
  position: sticky;
  z-index: 2;
}

#comparison-component #quick-compare #mob-quick-compare-table .bg-yellow {
  background-color: #fffaf0;
}

#comparison-component #quick-compare #web-quick-compare-table .table-wrapper {
  overflow: auto;
}

#comparison-component #quick-compare #web-quick-compare-table .sticky-table-head {
  display: none;
  overflow: auto;
}

#comparison-component #quick-compare #web-quick-compare-table .sticky-table-head::-webkit-scrollbar {
  height: 0;
}

#comparison-component #quick-compare #web-quick-compare-table .sticky-table {
  display: flex;
  position: sticky;
  top: 70px;
  z-index: 4;
}

#comparison-component #quick-compare #web-quick-compare-table table {
  border-spacing: 0;
}

#comparison-component #quick-compare #web-quick-compare-table thead {
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 16px;
  text-transform: uppercase;
}

#comparison-component #quick-compare #web-quick-compare-table tbody {
  cursor: ew-resize;
  font-size: 14px;
}

#comparison-component #quick-compare #web-quick-compare-table .custom-th,
#comparison-component #quick-compare #web-quick-compare-table td,
#comparison-component #quick-compare #web-quick-compare-table th {
  max-width: 236px;
  min-width: 236px;
  padding: 25px 24px;
}

#comparison-component #quick-compare #web-quick-compare-table .custom-th,
#comparison-component #quick-compare #web-quick-compare-table table,
#comparison-component #quick-compare #web-quick-compare-table td,
#comparison-component #quick-compare #web-quick-compare-table th {
  border: .5px solid #d8d8d8;
  border-collapse: collapse;
}

#comparison-component #quick-compare #web-quick-compare-table .custom-th:nth-child(2),
#comparison-component #quick-compare #web-quick-compare-table tr td:nth-child(2),
#comparison-component #quick-compare #web-quick-compare-table tr th:nth-child(2) {
  background-color: #fffaf0!important;
  border-right: .5px solid #d8d8d8;
  left: 236px;
  position: sticky;
  z-index: 2;
}

#comparison-component #quick-compare #web-quick-compare-table tr:last-child td {
  border-bottom: none;
}

#comparison-component #quick-compare #web-quick-compare-table tr.sticky {
  background: #fafafa;
  position: sticky;
  top: 0;
  z-index: 1;
}

#comparison-component #quick-compare #web-quick-compare-table .custom-th:first-child,
#comparison-component #quick-compare #web-quick-compare-table td.sticky,
#comparison-component #quick-compare #web-quick-compare-table th.sticky {
  background: #fafafa;
  left: 0;
  position: sticky;
}

#comparison-component #quick-compare #web-quick-compare-table td.sticky:after,
#comparison-component #quick-compare #web-quick-compare-table th.sticky:after {
  border-left: 1px solid #d8d8d8;
  bottom: -1px;
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  width: 5px;
}

#comparison-component #quick-compare #web-quick-compare-table td.sticky:before,
#comparison-component #quick-compare #web-quick-compare-table th.sticky:before {
  background: linear-gradient(90deg,transparent,rgba(0,0,0,.08));
  border-right: 1px solid #d8d8d8;
  bottom: -1px;
  content: "";
  left: -5px;
  position: absolute;
  top: 0;
  width: 5px;
}

#comparison-component #quick-compare .z-index-9 {
  z-index: 9!important;
}

#comparison-component #table-comparison table,
#comparison-component #table-comparison td,
#comparison-component #table-comparison th {
  border: .5px solid #d8d8d8;
  border-collapse: collapse;
}

#comparison-component #table-comparison td {
  height: 108px;
  min-width: 221px;
  width: 221px;
}

#comparison-component #table-comparison td:first-child {
  left: 0;
  position: sticky;
  z-index: 2;
}

#comparison-component #table-comparison .table-wrapper {
  overflow: auto;
}

#comparison-component #table-comparison .table-wrapper::-webkit-scrollbar {
  height: 0;
}

#comparison-component #feature-comparison .scanova-data {
  border-bottom: 1px solid #d8d8d8;
  border-right: 0;
}

@media (min-width:768px) {
  #comparison-component #feature-comparison .scanova-data {
    border-right: 1px solid #d8d8d8;
  }
}