.banner-container {
  position: relative;
  width: 100%;
  height: 39.2708333333vw;
  overflow: hidden;
}
.banner-container .banner-slider {
  width: 100%;
  height: 100%;
}
.banner-container .banner-slider .banner-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-container .banner-slider .banner-slide .banner-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-container .banner-slider .banner-slide .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
  z-index: 1;
}
.banner-container .banner-slider .banner-slide .banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 0 5vw;
  max-width: 1100px;
}
.banner-container .banner-slider .banner-slide .banner-content .banner-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 990px) {
  .banner-container .banner-slider .banner-slide .banner-content .banner-title {
    font-size: 1.4583333333vw;
  }
}
.banner-container .banner-slider .banner-slide .banner-content .banner-desc {
  font-size: 1.0416666667vw;
  color: #ffffff;
  line-height: 1.8;
  max-width: 46.875vw;
  margin-bottom: 1.5625vw;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 990px) {
  .banner-container .banner-slider .banner-slide .banner-content .banner-desc {
    font-size: 0.7291666667vw;
    max-width: 100%;
  }
}
.banner-container .banner-slider .banner-slide .banner-content .banner-btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 52px;
  background-color: #0a3dad;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 0.7291666667vw;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner-container .banner-slider .banner-slide .banner-content .banner-btn:hover {
  background-color: #0947cf;
}
@media (max-width: 990px) {
  .banner-container .banner-slider .banner-slide .banner-content .banner-btn {
    font-size: 0.625vw;
    padding: 0 32px;
    height: 40px;
    line-height: 40px;
  }
}
.banner-container .banner-dots {
  position: absolute;
  bottom: 1.5625vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 0.5208333333vw;
}
.banner-container .banner-dots .swiper-pagination-bullet {
  width: 0.625vw;
  height: 0.625vw;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.banner-container .banner-dots .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 1.5625vw;
  border-radius: 0.3125vw;
}
@media (max-width: 1240px) {
  .banner-container {
    height: 31.25vw;
  }
}
@media (max-width: 990px) {
  .banner-container {
    height: 26.0416666667vw;
  }
}

.features-container {
  background-color: #0a3dad;
  color: #ffffff;
  font-size: 16px;
  padding-top: 4.5em;
  padding-bottom: 2.625em;
}
.features-container .features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
}
@media (max-width: 990px) {
  .features-container .features-grid {
    flex-direction: column;
  }
}
.features-container .feature-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  gap: 2em;
}
@media (max-width: 990px) {
  .features-container .feature-card {
    flex: none;
    width: 100%;
  }
}
.features-container .feature-icon {
  flex-shrink: 0;
  width: 3.75em;
  line-height: 1;
  text-align: center;
}
.features-container .feature-icon img {
  width: 3.125em;
  height: 3.125em;
  display: inline-block;
  vertical-align: middle;
}
.features-container .feature-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}
.features-container .feature-heading {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.625em;
}
.features-container .feature-text {
  font-size: 1em;
  line-height: 1.7;
  opacity: 0.85;
}

.video-container {
  position: relative;
  font-size: 16px;
}
.video-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #0a3dad;
  z-index: 0;
  pointer-events: none;
}
.video-container .section-wrapper {
  position: relative;
  z-index: 1;
}
.video-container .video-wrapper {
  display: flex;
  justify-content: center;
}
.video-container .video-thumb {
  position: relative;
  max-width: 100%;
  width: 1000px;
  aspect-ratio: 16/9;
  background-color: #000;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}
.video-container .video-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.video-container .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  pointer-events: none;
}
.video-container .video-play-btn i {
  font-size: 32px;
  color: #0a3dad;
  margin-left: 4px;
}
.video-container .video-thumb:hover .video-play-btn {
  background: #ffffff;
  transform: translate(-50%, -50%) scale(1.08);
}
@media (max-width: 1240px) {
  .video-container .video-thumb {
    width: 800px;
  }
}
@media (max-width: 990px) {
  .video-container .video-play-btn {
    width: 40px;
    height: 40px;
  }
  .video-container .video-play-btn i {
    font-size: 21px;
  }
}

.about-intro-container {
  font-size: 16px;
}
.about-intro-container .about-intro-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16%;
}
.about-intro-container .about-intro-text {
  flex: 1;
  min-width: 0;
}
.about-intro-container .about-intro-text p {
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}
.about-intro-container .about-intro-btn {
  flex-shrink: 0;
}
@media (max-width: 990px) {
  .about-intro-container .about-intro-layout {
    flex-direction: column;
    gap: 1.25em;
    align-items: stretch;
  }
  .about-intro-container .about-intro-text p {
    font-size: 1.25em;
  }
}

.about-detail-container {
  font-size: 16px;
  padding-top: 1.25em;
}
.about-detail-container .about-detail-text p {
  font-size: 1em;
  line-height: 1.8;
  color: #666;
  margin-bottom: 1em;
}
.about-detail-container .about-detail-text p:last-child {
  margin-bottom: 0;
}

.hot-product-container {
  width: 100%;
  background: #fff;
}
.hot-product-container .hot-product-wrapper {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.hot-product-container .hot-product-layout {
  display: flex;
  gap: 40px;
  align-items: stretch;
}
@media (max-width: 1240px) {
  .hot-product-container .hot-product-layout {
    gap: 30px;
  }
}
@media (max-width: 990px) {
  .hot-product-container .hot-product-layout {
    flex-direction: column;
    gap: 24px;
  }
  .hot-product-container .hot-product-layout .hot-product-info {
    box-sizing: border-box;
    padding: 20px;
  }
}
.hot-product-container .hot-product-image {
  flex: 0 0 50%;
}
@media (max-width: 990px) {
  .hot-product-container .hot-product-image {
    flex: none;
    width: 100%;
  }
}
.hot-product-container .hot-product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hot-product-container .hot-product-info {
  flex: 1;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: max((100vw - 1200px) / 2, 0px);
}
@media (max-width: 990px) {
  .hot-product-container .hot-product-info {
    padding: 0;
  }
}
.hot-product-container .hot-product-tag {
  display: inline-block;
  font-size: 0.8125em;
  font-weight: 600;
  color: #0a3dad;
  letter-spacing: 2px;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.hot-product-container .hot-product-name {
  font-size: 1.75em;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.25em;
  line-height: 1.3;
}
@media (max-width: 990px) {
  .hot-product-container .hot-product-name {
    font-size: 1.375em;
  }
}
.hot-product-container .hot-product-desc {
  font-size: 0.9375em;
  line-height: 1.7;
  color: #666;
  margin-bottom: 1.5em;
}
.hot-product-container .hot-product-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.hot-product-container .hot-product-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9375em;
  color: #444;
  line-height: 1.5;
}
.hot-product-container .hot-product-feature i {
  color: #0947cf;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.products-heading-container {
  font-size: 16px;
  background: #fff;
}
.products-heading-container .products-heading-layout {
  display: flex;
  align-items: center;
  gap: 16%;
}
@media (max-width: 990px) {
  .products-heading-container .products-heading-layout {
    flex-direction: column;
    gap: 1.25em;
  }
}
.products-heading-container .products-heading-text {
  flex: 1;
  min-width: 0;
}
.products-heading-container .products-heading-text h2 {
  font-size: 1.75em;
  font-weight: 600;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media (max-width: 990px) {
  .products-heading-container .products-heading-text h2 {
    font-size: 1.375em;
  }
}
.products-heading-container .products-heading-text p {
  font-size: 0.9375em;
  line-height: 1.7;
  color: #666;
}
.products-heading-container .products-heading-btn {
  flex-shrink: 0;
}
@media (max-width: 990px) {
  .products-heading-container .products-heading-btn {
    width: 100%;
    text-align: center;
  }
}

.solutions-heading-container {
  font-size: 16px;
  background: #fff;
}
.solutions-heading-container .solutions-heading-layout {
  display: flex;
  align-items: center;
  gap: 16%;
}
@media (max-width: 990px) {
  .solutions-heading-container .solutions-heading-layout {
    flex-direction: column;
    gap: 1.25em;
  }
}
.solutions-heading-container .solutions-heading-text {
  flex: 1;
  min-width: 0;
}
.solutions-heading-container .solutions-heading-text h2 {
  font-size: 1.75em;
  font-weight: 600;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media (max-width: 990px) {
  .solutions-heading-container .solutions-heading-text h2 {
    font-size: 1.375em;
  }
}
.solutions-heading-container .solutions-heading-text p {
  font-size: 0.9375em;
  line-height: 1.7;
  color: #666;
}
.solutions-heading-container .solutions-heading-btn {
  flex-shrink: 0;
}
@media (max-width: 990px) {
  .solutions-heading-container .solutions-heading-btn {
    width: 100%;
    text-align: center;
  }
}

.solutions-grid-container {
  background: #fff;
  font-size: 16px;
}
.solutions-grid-container .solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25em;
}
@media (max-width: 990px) {
  .solutions-grid-container .solutions-grid {
    grid-template-columns: 1fr;
  }
}
.solutions-grid-container .solution-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  text-decoration: none;
}
.solutions-grid-container .solution-card-image {
  aspect-ratio: 57/31;
  overflow: hidden;
}
.solutions-grid-container .solution-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.solutions-grid-container .solution-card:hover .solution-card-image img {
  transform: scale(1.05);
}
.solutions-grid-container .solution-card-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, #0a3dad, transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.solutions-grid-container .solution-card:hover .solution-card-gradient {
  opacity: 1;
}
.solutions-grid-container .solution-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.875em 1.5em;
  color: #ffffff;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 1em;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  transition: all 0.3s ease;
}
.solutions-grid-container .solution-card-text {
  flex: 1;
  min-width: 0;
}
.solutions-grid-container .solution-card-title {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media (max-width: 990px) {
  .solutions-grid-container .solution-card-title {
    font-size: 1.625em;
    margin-bottom: 0.25em;
  }
}
.solutions-grid-container .solution-card-desc {
  font-size: 1em;
  line-height: 1.5;
  opacity: 0.9;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.solutions-grid-container .solution-card-link {
  flex-shrink: 0;
  width: 2.1875em;
  height: 2.1875em;
  background: #0a3dad;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1875em;
  color: #ffffff;
  transition: background 0.3s ease;
  text-decoration: none;
}
.solutions-grid-container .solution-card-link i {
  font-size: inherit;
  line-height: 1;
}
.solutions-grid-container .solution-card:hover .solution-card-link {
  background: #272d33;
}
@media (max-width: 990px) {
  .solutions-grid-container .solution-card-link {
    font-size: 1.75em;
  }
}

.products-gallery-container {
  background: #fff;
}
.products-gallery-container .product-gallery-item {
  position: relative;
}
.products-gallery-container .product-gallery-link {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.products-gallery-container .product-gallery-image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.products-gallery-container .product-gallery-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.products-gallery-container .product-gallery-link:hover .product-gallery-image img {
  transform: scale(1.05);
}
.products-gallery-container .product-gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(10, 61, 173, 0.95);
  color: #ffffff;
  padding: 1.25em;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.products-gallery-container .product-gallery-link:hover .product-gallery-overlay {
  transform: translateY(0);
}
.products-gallery-container .product-gallery-name {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 0.625em;
}
.products-gallery-container .product-gallery-desc {
  font-size: 0.875em;
  line-height: 1.5;
  margin-bottom: px2(16, 16);
  opacity: 0.9;
}
.products-gallery-container .product-gallery-more {
  display: inline-block;
  padding: 0.5em 1.5em;
  background: #0C59D4;
  color: #ffffff;
  border-radius: 3px;
  font-size: px2(13, 16);
  font-weight: 500;
  transition: background 0.3s ease;
}
.products-gallery-container .product-gallery-more:hover {
  background: rgb(32.5892857143, 113.3705357143, 242.4107142857);
  color: #ffffff;
}
.products-gallery-container .product-gallery-name-bar {
  text-align: center;
  padding: 0.75em 0.625em;
  font-size: 0.9375em;
  font-weight: 500;
  color: #333;
}
@media (max-width: 990px) {
  .products-gallery-container .product-gallery-name-bar {
    font-size: 0.8125em;
  }
}
.products-gallery-container .products-gallery-wrapper {
  position: relative;
}
.products-gallery-container .product-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5em;
  height: 2.5em;
  background: rgba(10, 61, 173, 0.85);
  border: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.125em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.products-gallery-container .product-gallery-arrow::after {
  display: none;
}
.products-gallery-container .product-gallery-arrow i {
  font-size: inherit;
}
.products-gallery-container .product-gallery-arrow:hover {
  background: #0a3dad;
}
.products-gallery-container .product-gallery-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: auto;
}
.products-gallery-container .product-gallery-arrow-prev {
  left: 1.25em;
}
.products-gallery-container .product-gallery-arrow-next {
  right: 1.25em;
}

.innovation-container {
  background: #0a3dad;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.innovation-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 61, 173, 0.65);
  pointer-events: none;
}
.innovation-container .innovation-wrapper {
  position: relative;
  z-index: 1;
  padding: 9.8958333333vw 20px 11.9791666667vw;
}
@media (max-width: 990px) {
  .innovation-container .innovation-wrapper {
    padding: 4.1666666667vw 12px 5.2083333333vw;
  }
}
.innovation-container .innovation-text {
  margin-right: 30%;
}
.innovation-container .innovation-text p {
  font-size: 2.125em;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}
@media (max-width: 990px) {
  .innovation-container .innovation-text p {
    font-size: 1.375em;
  }
}
@media (max-width: 990px) {
  .innovation-container .innovation-text {
    margin-right: 0;
  }
}

.service-container {
  background: #f5f5f5;
  font-size: 16px;
  padding: 3.75em 0 0 0;
}
.service-container .service-layout {
  display: flex;
  align-items: center;
  gap: 2.5em;
}
@media (max-width: 990px) {
  .service-container .service-layout {
    flex-direction: column;
    gap: 1.5em;
  }
}
.service-container .service-image {
  flex: 0 0 50%;
}
@media (max-width: 990px) {
  .service-container .service-image {
    flex: none;
    width: 100%;
  }
}
.service-container .service-image a {
  display: block;
}
.service-container .service-image img {
  width: 100%;
  height: auto;
  display: block;
}
.service-container .service-info {
  flex: 1;
}
@media (max-width: 990px) {
  .service-container .service-info {
    width: 100%;
  }
}
.service-container .service-intro {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 1.5em;
}
.service-container .service-features {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.service-container .service-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.625em;
  font-size: 0.9375em;
  color: #444;
  line-height: 1.6;
}
.service-container .service-feature i {
  color: #0a3dad;
  font-size: 1.125em;
  margin-top: 0.1666666667em;
  flex-shrink: 0;
}

.values-container {
  background: #f5f5f5;
  font-size: 16px;
  padding: 3.75em 0;
}
.values-container .values-grid {
  display: flex;
  gap: 1.25em;
}
@media (max-width: 990px) {
  .values-container .values-grid {
    flex-direction: column;
  }
}
.values-container .value-item {
  flex: 1;
  display: flex;
  background: #fff;
  border-radius: 8px;
  transition: all 0.4s ease;
  cursor: pointer;
}
.values-container .value-item:hover {
  background: linear-gradient(to bottom right, rgb(11.393442623, 69.5, 197.106557377), #0a3dad);
}
.values-container .value-item:hover .value-icon-gray {
  display: none;
}
.values-container .value-item:hover .value-icon-color {
  display: block;
}
.values-container .value-item:hover .value-title,
.values-container .value-item:hover .value-desc,
.values-container .value-item:hover .value-divider {
  border-color: #ffffff;
  color: #ffffff;
}
@media (max-width: 990px) {
  .values-container .value-item {
    flex: none;
  }
}
.values-container .value-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 2.25em 1.5em;
}
@media (max-width: 990px) {
  .values-container .value-card {
    padding: 1.75em 1.25em;
  }
}
.values-container .value-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: 100%;
  position: relative;
}
.values-container .value-header img {
  width: 5em;
  height: auto;
  flex-shrink: 0;
}
.values-container .value-icon-color {
  display: none;
}
.values-container .value-icon-gray {
  display: block;
}
.values-container .value-title {
  font-size: 1.25em;
  font-weight: 600;
  color: #333333;
  transition: color 0.4s ease;
}
.values-container .value-divider {
  width: 100%;
  height: 1px;
  background: #E0E0E0;
  margin: 1.25em 0;
  transition: background 0.4s ease;
}
.values-container .value-desc {
  font-size: 0.9375em;
  line-height: 1.7;
  color: #666;
  text-align: center;
  transition: color 0.4s ease;
}

.news-heading-container {
  background: #fff;
  font-size: 16px;
}
.news-heading-container .news-heading-layout {
  display: flex;
  align-items: center;
  gap: 16%;
}
@media (max-width: 990px) {
  .news-heading-container .news-heading-layout {
    flex-direction: column;
    gap: 1.25em;
  }
}
.news-heading-container .news-heading-text {
  flex: 1;
  min-width: 0;
}
.news-heading-container .news-heading-text h2 {
  font-size: 1.875em;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
  text-align: left;
}
.news-heading-container .news-heading-btn {
  flex-shrink: 0;
}
@media (max-width: 990px) {
  .news-heading-container .news-heading-btn {
    width: 100%;
    text-align: center;
  }
}

.news-list-container {
  background: #fff;
}
.news-list-container .news-list-wrapper {
  position: relative;
}
.news-list-container .news-slider {
  overflow: hidden;
}
.news-list-container .news-dots {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0.4166666667vw;
  margin-top: 1.5625vw;
}
.news-list-container .news-dots .swiper-pagination-bullet {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background: #ccc;
  opacity: 1;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.news-list-container .news-dots .swiper-pagination-bullet-active {
  background: #0a3dad;
}
.news-list-container .news-arrow-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: rgba(10, 61, 173, 0.85);
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.9375vw;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.news-list-container .news-arrow-btn::after {
  display: none;
}
.news-list-container .news-arrow-btn i {
  font-size: inherit;
}
.news-list-container .news-arrow-btn:hover {
  background: #0a3dad;
}
.news-list-container .news-arrow-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: auto;
}
.news-list-container .news-arrow-btn-prev {
  left: 1.0416666667vw;
}
.news-list-container .news-arrow-btn-next {
  right: 1.0416666667vw;
}

.cta-container {
  background: #fff;
  font-size: 16px;
}
.cta-container .cta-wrapper {
  background: #0a3dad;
  border-radius: 8px;
  padding: 3.75em 2.5em;
  text-align: center;
}
@media (max-width: 990px) {
  .cta-container .cta-wrapper {
    padding: 2.5em 1.25em;
  }
}
.cta-container .cta-text {
  max-width: 50em;
  margin: 0 auto 2em;
  font-size: 1.375em;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 990px) {
  .cta-container .cta-text {
    font-size: 1.125em;
  }
}
.cta-container .cta-btn {
  display: inline-block;
  height: 3.375em;
  line-height: 3.375em;
  padding: 0 3em;
  background: #ffffff;
  color: #0a3dad;
  border: none;
  border-radius: 8px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
.cta-container .cta-btn:hover {
  background: #0947cf;
  color: #ffffff;
}