.products .product-row {
  display: flex;
  margin: 40px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.products .product-row > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.products .product-row.rev {
  flex-direction: row-reverse;
}
.products .product-row .info {
  padding: 40px;
  min-height: 500px;
  background: #fff;
  position: relative;
}
.products .product-row .info .categ-div {
  display: flex;
  align-items: center;
}
.products .product-row .info .categ-div .c-tag {
  width: 150px;
  font-size: 18px;
  font-weight: bold;
}
.products .product-row .info .categ-div .line-div {
  width: calc(100% - 100px);
}
.products .product-row .info .categ-div.rev {
  flex-direction: row-reverse;
}
.products .product-row .info .categ-div.rev .c-tag {
  text-align: right;
}
.products .product-row .info h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: inherit;
}
.products .product-row .info p {
  font-size: 14px;
}
.products .product-row .info .btn-box {
  position: absolute;
  bottom: 40px;
}
.products .product-row .info .btn-box .read-more {
  background-color: #1a4198;
  border-color: #1a4198;
  min-width: 139px;
  text-align: center;
  margin: 0px 10px;
}
.products .product-row .image {
  background-size: cover;
  background-position: center;
}
.products.product-2024 .product-row .post-date {
  color: #737373;
  font-size: 18px;
  font-weight: 700;
}
.products.product-2024 .product-row .info {
  padding: 60px 40px;
}
.products.product-2024 .product-row .info h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.4;
}
.products.product-2024 .product-row .info .btn-box {
  bottom: 60px;
}

.innovating {
  background-color: #262626;
  padding: 63px 0px;
  color: #fff;
  text-align: center;
  justify-content: center;
  position: relative;
}
.innovating .owl-item {
  z-index: -1;
}
.innovating .owl-item .item {
  transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
}
.innovating .owl-item .item img {
  -webkit-transition: 0.3s;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transform: scale(1);
  filter: blur(1px);
}
.innovating .owl-item.center {
  z-index: 9999;
}
.innovating .owl-item.center .item img {
  transform: scale(1.75);
  filter: blur(0);
  border-radius: 12px;
}
.innovating .owl-line {
  position: relative;
  margin-top: 47px;
  width: 80%;
  margin-left: 10%;
  margin-right: 0;
  height: 4px;
  background: linear-gradient(270deg, #d9d9d9 16%, rgba(118, 118, 118, 0.27) 94%);
}
.innovating .owl-line .line-inner {
  background: rgb(30, 70, 230);
  position: absolute;
  width: 12.5%;
  top: 0;
  left: 0;
  height: 4px;
  transition: all 0.3s 0s;
}

.innovating-slider {
  padding-bottom: 20px;
}
.innovating-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 80%;
  margin-left: 10%;
  height: 4px;
  border-radius: 2px;
  background: transparent;
}
.innovating-slider .owl-dots .owl-dot {
  position: relative;
  opacity: 0;
  height: 34px;
  width: 12.5%;
  display: inline-block;
}
.innovating-slider .owl-dots .owl-dot:hover {
  opacity: 1;
}
.innovating-slider .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 12px;
  height: 12px;
  background: rgb(30, 70, 230);
  border-radius: 50%;
  transform: translateX(-50%);
}
.innovating-slider .owl-dots .owl-dot:last-child:before {
  display: none;
}
.innovating-slider .owl-dots .owl-dot.active {
  opacity: 1;
}
.innovating-slider .owl-nav {
  width: 140px;
  top: calc(100% - 40px);
  left: auto;
  right: 120px;
  bottom: auto;
  position: absolute;
}
.innovating-slider .owl-nav .owl-prev,
.innovating-slider .owl-nav .owl-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 20px;
  border-radius: 50%;
  background: url(../images/icons/chevron_white.png) center no-repeat, center #1a4198;
  background-size: 30px 30px;
}
.innovating-slider .owl-nav .owl-prev:hover,
.innovating-slider .owl-nav .owl-next:hover {
  background: url(../images/icons/chevron_white.png) center no-repeat, center #1a4198;
  background-size: 30px 30px;
  scale: 0.95;
}
.innovating-slider .owl-nav .owl-prev {
  transform: rotate(-180deg);
  float: left;
}
.innovating-slider .owl-nav .owl-next {
  float: right;
}

/***** New Product page 2025 Section *****/
.key-specifications .key-specification .specification-img img {
  width: 100%;
  aspect-ratio: 6/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.key-specifications .key-specification .specification-title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 900;
  color: #000;
}
.key-specifications .key-specification .specification-description {
  color: #000;
  font-size: 14px;
}

.x-series-stories {
  display: none;
}
.x-series-stories.active {
  display: block;
}

.featured-stories {
  padding: 0px 0px 60px;
}
.featured-stories .section-title {
  margin-bottom: 20px;
  color: #000;
}
.featured-stories .feature-story {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.featured-stories .feature-story .feature-content {
  background-color: #fff;
  height: 100%;
  padding: 24px 0px 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.featured-stories .feature-story .feature-content h2 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}
.featured-stories .feature-story .feature-content .description {
  margin: 12px 0px 0px;
}
.featured-stories .feature-story .feature-content .date {
  color: #737373;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
}
.featured-stories .feature-story .feature-content .btn-box {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}
.featured-stories .feature-story .feature-content .btn-box .read-more {
  background-color: #1a4198;
  border-color: #1a4198;
  min-width: 139px;
  text-align: center;
}
.featured-stories .feature-story .story-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-stories .feature-story .story-image .hero-video {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.page-explore-section.product-2025 h2 {
  text-align: left !important;
  font-size: 28px;
  margin-bottom: 28px;
}

/***** End New Product page 2025 Section *****/
@media screen and (min-width: 768px) and (max-width: 1420px) {
  .featured-stories .feature-story .story-image {
    height: 100%;
  }
  .featured-stories .feature-story .story-image .event-image {
    height: 100%;
  }
  .featured-stories .feature-story .story-image .event-image img {
    aspect-ratio: inherit;
    -o-object-fit: inherit;
       object-fit: inherit;
    height: 100%;
  }
}
@media screen and (max-width: 992px) {
  .featured-stories .feature-story .feature-content {
    padding: 24px 30px 24px 30px;
  }
  .featured-stories .feature-story .story-image .hero-video {
    border-bottom-right-radius: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .products.section {
    margin-top: 0;
    padding-top: 0;
  }
  .products .product-row {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    min-height: 400px;
  }
  .products .product-row.product-row-2 .image {
    background-position: center right;
  }
  .products .product-row > div {
    max-width: 100%;
  }
  .products .product-row .info {
    padding: 20px;
    width: 100%;
    inset: auto;
    color: #000;
    min-height: auto;
    bottom: 0;
  }
  .products .product-row .info h2 {
    color: #000;
    margin-top: 15px;
    font-size: 24px;
    margin-bottom: 16px;
  }
  .products .product-row .info p {
    font-size: 14px;
  }
  .products .product-row .info .btn-box {
    position: relative;
    bottom: auto;
  }
  .products .product-row .info .btn-box .read-more {
    min-width: auto;
    margin: 0px 10px 0 0;
  }
  .products .product-row .info .line-div span {
    background: #fff !important;
  }
  .products .product-row .info .categ-div.rev {
    flex-direction: row;
  }
  .products .product-row .info .categ-div.rev .c-tag {
    text-align: left;
  }
  .products .product-row .image {
    min-height: 273px;
  }
  .innovating .owl-line {
    width: 90%;
    margin-left: 5%;
  }
  .innovating .innovating-slider .owl-dots {
    width: 90%;
    margin-left: 5%;
  }
  .innovating-slider .owl-nav {
    display: block;
    bottom: -10px;
    top: auto;
    right: 0px;
  }
  .innovating-slider .owl-nav .owl-prev,
  .innovating-slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    padding: 10px;
    background-size: 26px 26px;
  }
  .innovating-slider .owl-nav .owl-prev:hover,
  .innovating-slider .owl-nav .owl-next:hover {
    background-size: 26px 26px;
  }
  .innovating-slider .owl-nav .owl-prev {
    margin-left: 15px !important;
  }
  .innovating-slider .owl-nav .owl-next {
    margin-right: 15px !important;
  }
  .featured-stories .section-title {
    font-size: 22px;
    font-weight: bold;
  }
  .featured-stories .feature-story .feature-content {
    padding: 20px 16px;
  }
  .featured-stories .feature-story .feature-content h2 {
    font-size: 18px;
  }
  .featured-stories .feature-story .feature-content .date {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .key-specification {
    padding-bottom: 40px;
  }
  .page-explore-section.product-2025 h2 {
    font-size: 22px;
  }
}/*# sourceMappingURL=product_new.css.map */