@charset "UTF-8";
.section-01 .hero-swiper-wrap {
  position: relative;
  aspect-ratio: 16/6.3;
  height: auto;
  min-height: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 1400px) {
  .section-01 .hero-swiper-wrap {
    width: 1400px;
    margin: 0 auto;
    padding-top: 60px;
  }
}

.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平置中 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直置中 */
}

.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-content {
  position: absolute;
  left: 12%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  max-width: 65%;
  color: #fff;
  padding: 0 6%;
}
@media (max-width: 1399.98px) {
  .hero-content {
    max-width: 70%;
  }
}
@media (max-width: 767.98px) {
  .hero-content {
    left: 24px;
    right: 24px;
    max-width: 85%;
  }
}
.hero-content .hero-subtitle {
  margin-bottom: 0.8rem;
  font-size: 1.05rem;
}
@media (max-width: 767.98px) {
  .hero-content .hero-subtitle {
    font-size: clamp(0.98rem, 1.2vw + 0.2rem, 1.15rem);
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 575.98px) {
  .hero-content .hero-subtitle {
    font-size: clamp(0.9rem, 3vw, 1rem);
    margin-bottom: 0.4rem;
  }
}
.hero-content .hero-title {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-size: clamp(2rem, 3.5vw, 4.5rem);
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 2rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .hero-content .hero-title {
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .hero-content .hero-title {
    font-size: clamp(1.6rem, 5.5vw, 2.4rem);
    margin-bottom: 0.4rem;
  }
}
.hero-content .hero-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  background: #1545b6;
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem);
  padding: clamp(10px, 0.8vw, 12px) clamp(20px, 1.5vw, 28px);
}
.hero-content .hero-btn:hover {
  background: #0f3690;
  color: #fff;
}
@media (max-width: 991.98px) {
  .hero-content .hero-btn {
    font-size: clamp(0.9rem, 1vw + 0.2rem, 1rem);
    padding: clamp(9px, 1vw, 11px) clamp(18px, 2vw, 24px);
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .hero-content .hero-btn {
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    padding: 6px 18px;
    gap: 8px;
  }
}

.hero-pagination-wrap {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  top: auto;
  right: auto;
  left: 50%;
  bottom: 10px;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-pagination {
  position: relative;
  width: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 9px !important;
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.hero-pagination .swiper-pagination-bullet-active {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  position: relative;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.hero-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.hero-scroll-indicator {
  display: none;
  position: absolute;
  right: 36px;
  bottom: 0;
  z-index: 6;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.8);
  gap: 2px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.hero-scroll-indicator i {
  font-size: 1.8rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.hero-scroll-indicator span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
}
.hero-scroll-indicator .hero-scroll-line {
  width: 1px;
  height: 60px;
  margin-top: 4px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.news-honor {
  padding: 80px 0 150px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-honor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-image: url("../img/index/bg_news.png");
  background-position: left -2px;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (min-width: 1400px) {
  .news-honor::before {
    background-image: none !important;
  }
}
@media (max-width: 992px) {
  .news-honor::before {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .news-honor {
    padding: 40px 0 40px;
  }
}

.news-honor .container {
  padding-left: 0;
  padding-right: 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  --news-card-height: 320px;
}

.news-card {
  border: 1px solid #e7e7e7;
}

.news-imac-card {
  border-radius: 12px;
  min-height: var(--news-card-height);
  position: relative;
  z-index: 1;
}

.news-imac-wrap {
  position: relative;
  width: 100%;
  height: var(--news-card-height);
  line-height: 0;
  -webkit-transform: translateY(0) scale(1.02);
          transform: translateY(0) scale(1.02);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  will-change: transform;
}

.news-imac-img {
  position: absolute;
  display: block;
  top: -6px;
  left: -50px;
  width: 115%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 1400px) {
  .news-imac-img {
    left: -30px;
    width: 105%;
  }
}

.news-imac-screen {
  position: absolute;
  left: 0%;
  right: 14%;
  top: 0;
  bottom: 15%;
  z-index: 2;
  border-radius: 3px;
  padding: 28px 8px 0 10px;
  line-height: 1.45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1400px) {
  .news-imac-screen {
    padding: 30px 12px 0 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .news-imac-screen {
    left: -10% !important;
    right: 10%;
    top: -5%;
  }
}
@media (max-width: 991.98px) {
  .news-imac-screen {
    left: 5%;
    right: 10%;
    top: -50%;
    bottom: 20%;
  }
}
@media (max-width: 768px) {
  .news-imac-screen {
    top: -10%;
    left: 5%;
    right: 35%;
    bottom: 10%;
    padding: 0px 8px 0 10px;
  }
}
@media (max-width: 660px) {
  .news-imac-screen {
    right: 25%;
  }
}
@media (max-width: 576px) {
  .news-imac-screen {
    left: 10%;
    right: 15%;
  }
}
@media (max-width: 500px) {
  .news-imac-screen {
    right: 17%;
  }
}
@media (max-width: 402px) {
  .news-imac-screen {
    top: 0%;
    right: 22%;
  }
}

.news-imac-en {
  color: #8eb7ff;
  font-size: 1.2rem;
  font-weight: 700 !important;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.5rem;
}

.news-imac-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.news-imac-desc {
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media (max-width: 500px) {
  .news-imac-desc {
    margin-bottom: 1.5rem;
  }
}
.news-imac-desc .actor__content {
  display: block;
  min-height: 1.45em;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  word-break: break-word;
  height: 40px;
}

@-webkit-keyframes honors-blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes honors-blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.news-imac-screen .actor__content--typing::after {
  content: "|";
  -webkit-animation: honors-blink 1000ms infinite;
          animation: honors-blink 1000ms infinite;
  color: rgba(255, 255, 255, 0.85);
}

.news-imac-screen .index-btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-width: 140px;
  white-space: nowrap;
  padding: 10px 20px;
}

.news-card {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  height: var(--news-card-height);
  min-height: var(--news-card-height);
  max-height: var(--news-card-height);
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news-card-mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.76)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.76) 100%);
  height: 58%;
  bottom: 0;
  top: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-card-mask::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0032a6;
  opacity: 0;
  -webkit-transform: translateY(18%);
          transform: translateY(18%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news-card-content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  color: #fff;
  z-index: 2;
  height: 110px;
  padding-bottom: 14px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.news-card-date {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 6px;
}
.news-card-date i {
  color: #fff;
}

.news-card-title {
  font-size: 1.5rem;
  line-height: 1.45;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card-desc {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 8px;
  display: none;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card-more {
  margin-top: 8px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.92);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.news-card-more::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 2px;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: url("../img/svg/icon-arrowRight.svg") no-repeat center/contain;
  mask: url("../img/svg/icon-arrowRight.svg") no-repeat center/contain;
}

.news-card:hover .news-card-mask,
.news-card.is-active .news-card-mask {
  top: auto;
  bottom: 0;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-card:hover .news-card-mask::before,
.news-card.is-active .news-card-mask::before {
  opacity: 0.7;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.news-card:hover .news-card-content,
.news-card.is-active .news-card-content {
  height: 90%;
  padding-top: 14%;
}
.news-card:hover .news-card-title,
.news-card:hover .news-card-date,
.news-card:hover .news-card-date i,
.news-card.is-active .news-card-title,
.news-card.is-active .news-card-date,
.news-card.is-active .news-card-date i {
  color: #fff;
}
.news-card:hover .news-card-desc,
.news-card.is-active .news-card-desc {
  display: -webkit-box;
}
.news-card:hover .news-card-more,
.news-card.is-active .news-card-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .news-grid {
    --news-card-height: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .news-grid {
    --news-card-height: 240px;
  }
}
@media (max-width: 991.98px) {
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    --news-card-height: 240px;
  }
  .news-imac-card {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .news-imac-img {
    top: -80px;
    left: -30px;
    width: 105%;
  }
}
@media (max-width: 768px) {
  .news-grid {
    grid-template-columns: 1fr;
    --news-card-height: 380px;
  }
  .news-imac-wrap {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  .news-imac-img {
    top: 0;
    left: -10px;
    width: 430px;
  }
  .news-imac-title {
    font-size: 1.7rem;
  }
}
@media (max-width: 576px) {
  .news-grid {
    grid-template-columns: 1fr;
    --news-card-height: 300px;
  }
  .news-imac-img {
    left: 0;
    width: 400px;
    top: -30px;
  }
}
@media (max-width: 500px) {
  .news-grid {
    grid-template-columns: 1fr;
    --news-card-height: 280px;
  }
  .news-imac-img {
    width: 354px;
  }
}
@media (max-width: 402px) {
  .news-grid {
    grid-template-columns: 1fr;
    --news-card-height: 240px;
  }
  .news-imac-img {
    width: 290px;
    top: 0px;
  }
}
.section-01 {
  position: relative;
}
.section-01 > .hero-swiper-wrap {
  position: relative;
  z-index: 1;
}
.section-01 > .index-tech-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  z-index: 0;
  pointer-events: none;
}

.index-tech-bg__layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.index-tech-bg .tech-bg-item {
  position: absolute;
  will-change: transform;
  pointer-events: none;
}
.index-tech-bg .float-slow {
  -webkit-animation: techBgFloatSlow 9s ease-in-out infinite alternate;
          animation: techBgFloatSlow 9s ease-in-out infinite alternate;
}
.index-tech-bg .float-fast {
  -webkit-animation: techBgFloatFast 5s ease-in-out infinite alternate;
          animation: techBgFloatFast 5s ease-in-out infinite alternate;
}
.index-tech-bg .rotate-cw {
  -webkit-animation: techBgRotateCW 28s linear infinite;
          animation: techBgRotateCW 28s linear infinite;
}
.index-tech-bg .rotate-ccw {
  -webkit-animation: techBgRotateCCW 32s linear infinite;
          animation: techBgRotateCCW 32s linear infinite;
}
.index-tech-bg .tech-bg-parallax {
  position: relative;
  will-change: transform;
}
.index-tech-bg .tech-circle {
  border-radius: 50%;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 24px 70px rgba(0, 90, 180, 0.08);
          box-shadow: 0 24px 70px rgba(0, 90, 180, 0.08);
}
.index-tech-bg .layer-1 {
  width: 180px;
  height: 180px;
  border: 18px solid rgba(0, 119, 255, 0.158);
  background: rgba(255, 255, 255, 0.18);
}
.index-tech-bg .layer-3 {
  width: 140px;
  height: 140px;
  border: 2px solid rgba(0, 136, 82, 0.096);
  background: rgba(16, 190, 121, 0.035);
  border-radius: 50%;
}
.index-tech-bg .layer-3::before, .index-tech-bg .layer-3::after {
  content: "";
  position: absolute;
  background: rgba(0, 170, 102, 0.123);
}
.index-tech-bg .layer-3::before {
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
}
.index-tech-bg .layer-3::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
}
.index-tech-bg .layer-4 {
  width: 500px;
  height: 500px;
  border: 2px dashed rgba(80, 100, 130, 0.11);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.index-tech-bg .layer-5 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(0, 119, 255, 0.26);
  -webkit-box-shadow: 0 0 24px rgba(0, 119, 255, 0.295), 0 0 70px rgba(0, 119, 255, 0.22);
          box-shadow: 0 0 24px rgba(0, 119, 255, 0.295), 0 0 70px rgba(0, 119, 255, 0.22);
}
.index-tech-bg .layer-6 {
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 119, 255, 0.178), transparent 40%);
}
.index-tech-bg .layer-7 {
  width: 170px;
  height: 170px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(100, 116, 139, 0.25);
  backdrop-filter: blur(12px);
}
.index-tech-bg .tech-line {
  width: 340px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 119, 255, 0.6)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(0, 119, 255, 0.6), transparent);
  -webkit-box-shadow: 0 0 18px rgba(0, 119, 255, 0.35);
          box-shadow: 0 0 18px rgba(0, 119, 255, 0.35);
}
.index-tech-bg .pos-1 {
  top: 12%;
  left: 8%;
}
.index-tech-bg .pos-3 {
  top: 100%;
  left: 10%;
}
.index-tech-bg .pos-4 {
  top: -100px;
  left: -120px;
}
.index-tech-bg .pos-5 {
  top: 90%;
  right: 10%;
}
.index-tech-bg .pos-6 {
  left: -220px;
  bottom: -160px;
}
.index-tech-bg .pos-7 {
  right: 9%;
  top: 15%;
}
.index-tech-bg .pos-line-1 {
  top: 26%;
  left: 42%;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
.index-tech-bg .pos-line-2 {
  bottom: 28%;
  right: 26%;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}
.index-tech-bg .tech-bg-fish {
  position: absolute;
  will-change: transform;
  pointer-events: none;
}
.index-tech-bg .fc-1 {
  top: 22%;
  left: 4%;
}
.index-tech-bg .fc-2 {
  top: 55%;
  left: 6%;
}
.index-tech-bg .fc-3 {
  top: 38%;
  right: 5%;
}
.index-tech-bg .tech-bg-fish__body {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  will-change: transform;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.1, 0.85, 0.25, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.1, 0.85, 0.25, 1);
  transition: transform 1.5s cubic-bezier(0.1, 0.85, 0.25, 1);
  transition: transform 1.5s cubic-bezier(0.1, 0.85, 0.25, 1), -webkit-transform 1.5s cubic-bezier(0.1, 0.85, 0.25, 1);
}
.index-tech-bg .fish-blue {
  background: #0077ff;
  -webkit-box-shadow: 0 0 16px rgb(0, 119, 255), 0 0 32px rgba(0, 119, 255, 0.5);
          box-shadow: 0 0 16px rgb(0, 119, 255), 0 0 32px rgba(0, 119, 255, 0.5);
}
.index-tech-bg .fish-green {
  background: #00aa66;
  -webkit-box-shadow: 0 0 16px rgb(0, 170, 102), 0 0 32px rgba(0, 170, 102, 0.5);
          box-shadow: 0 0 16px rgb(0, 170, 102), 0 0 32px rgba(0, 170, 102, 0.5);
}
.index-tech-bg .fish-gray {
  background: #64748b;
  -webkit-box-shadow: 0 0 16px rgba(100, 116, 139, 0.9), 0 0 32px rgba(100, 116, 139, 0.45);
          box-shadow: 0 0 16px rgba(100, 116, 139, 0.9), 0 0 32px rgba(100, 116, 139, 0.45);
}
@media (max-width: 900px) {
  .index-tech-bg .pos-4 {
    right: -250px;
  }
}
@media (max-width: 600px) {
  .index-tech-bg .layer-4 {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 992px) {
  .index-tech-bg .fc-1 {
    top: 18%;
    left: 2%;
  }
  .index-tech-bg .fc-2 {
    top: 52%;
    left: 3%;
  }
  .index-tech-bg .fc-3 {
    top: 35%;
    right: 2%;
  }
}

@-webkit-keyframes techBgFloatSlow {
  from {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  to {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}

@keyframes techBgFloatSlow {
  from {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  to {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}
@-webkit-keyframes techBgFloatFast {
  from {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@keyframes techBgFloatFast {
  from {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@-webkit-keyframes techBgRotateCW {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes techBgRotateCW {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes techBgRotateCCW {
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes techBgRotateCCW {
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.news-tabs {
  position: relative;
  overflow: hidden;
  padding: 100px 0 120px;
  min-height: 750px;
  z-index: 0;
  background-image: url("../img/index/bg_news-tabs.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.news-tabs__girl {
  position: absolute;
  bottom: 0;
  width: 720px;
  height: auto;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .news-tabs__girl {
    right: max(15px, (100% - 1400px) / 2 - 150px);
  }
}
@media (min-width: 1920px) {
  .news-tabs__girl {
    width: 800px;
    right: -4%;
  }
}
@media (min-width: 1800px) and (max-width: 1919.98px) {
  .news-tabs__girl {
    width: 750px;
    right: -5%;
  }
}
@media (max-width: 1799.98px) and (min-width: 1701px) {
  .news-tabs__girl {
    width: 710px;
    right: -7%;
  }
}
@media (max-width: 1700px) and (min-width: 1401px) {
  .news-tabs__girl {
    width: 680px;
    right: -15%;
  }
}
@media (max-width: 1400px) and (min-width: 1301px) {
  .news-tabs__girl {
    width: 660px;
    right: -30%;
  }
}
@media (max-width: 1300px) and (min-width: 1200px) {
  .news-tabs__girl {
    width: 640px;
    right: -25%;
  }
}
@media (max-width: 1199.98px) {
  .news-tabs__girl {
    display: none;
  }
}
.news-tabs__girl.change-pic-wrap {
  overflow: visible;
  pointer-events: auto;
  z-index: 3;
}

.change-pic {
  position: relative;
  width: 100%;
  height: 100%;
}

.change-pic-vr-ui {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.55s ease, visibility 0.55s ease;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.change-pic-wrap.is-vr-active .change-pic-vr-ui {
  opacity: 1;
  visibility: visible;
}

.change-pic-vr-ui__item {
  position: absolute;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.change-pic-vr-ui__inner {
  width: 100%;
  will-change: transform;
}

.change-pic-vr-ui__inner img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.change-pic-vr-ui__inner.is-fallback {
  position: relative;
  border: 1px solid rgba(140, 220, 255, 0.8);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(0, 150, 255, 0.18) 0%, rgba(90, 60, 220, 0.1) 100%);
  -webkit-box-shadow: 0 0 22px rgba(0, 180, 255, 0.35), inset 0 0 14px rgba(255, 255, 255, 0.12);
          box-shadow: 0 0 22px rgba(0, 180, 255, 0.35), inset 0 0 14px rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.change-pic-vr-ui__label {
  display: block;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(220, 245, 255, 0.95);
  text-shadow: 0 0 8px rgba(0, 180, 255, 0.6);
}

.change-pic-vr-ui__inner.is-fallback--panel {
  aspect-ratio: 1.35;
  min-height: 56px;
}

.vr-ui-breath-slow {
  -webkit-animation: vrUiFloatSlow 9s ease-in-out infinite alternate;
          animation: vrUiFloatSlow 9s ease-in-out infinite alternate;
}

.vr-ui-breath-fast {
  -webkit-animation: vrUiFloatFast 5s ease-in-out infinite alternate;
          animation: vrUiFloatFast 5s ease-in-out infinite alternate;
}

@-webkit-keyframes vrUiFloatSlow {
  from {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
}

@keyframes vrUiFloatSlow {
  from {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
}
@-webkit-keyframes vrUiFloatFast {
  from {
    -webkit-transform: translate3d(0, -12px, 0);
            transform: translate3d(0, -12px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 12px, 0);
            transform: translate3d(0, 12px, 0);
  }
}
@keyframes vrUiFloatFast {
  from {
    -webkit-transform: translate3d(0, -12px, 0);
            transform: translate3d(0, -12px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 12px, 0);
            transform: translate3d(0, 12px, 0);
  }
}
.news-tabs__box {
  width: 860px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 10, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 10, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news-tabs__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  width: 100%;
}

.news-tabs__desc {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.6;
}

.news-tabs__tabs {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#d5e0fa), color-stop(50%, #ffffff), to(#c4d4f9));
  background: linear-gradient(90deg, #d5e0fa 0%, #ffffff 50%, #c4d4f9 100%);
  border-bottom: 2px solid #2c56ab;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news-tabs__tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.news-tabs__tab {
  width: 100%;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  background-color: transparent !important;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1.3;
  padding: 14px 14px !important;
  min-height: 44px;
  margin-bottom: 0;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.news-tabs__tab:hover {
  color: #16397f !important;
  background: rgba(255, 255, 255, 0.3490196078) !important;
}
.news-tabs__tab.active, .news-tabs__tab[aria-selected=true] {
  position: relative;
  border: 0 !important;
  border-radius: 0;
  background: #194098 !important;
  background-color: #194098 !important;
  color: #fff !important;
}
.news-tabs__tab.active::after, .news-tabs__tab[aria-selected=true]::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #194098 transparent transparent transparent;
  z-index: 2;
}
.news-tabs__tab.active:hover, .news-tabs__tab[aria-selected=true]:hover {
  border: 0 !important;
  background: #194098 !important;
  color: #fff !important;
}

.news-tabs__tabs .news-tabs__tab.nav-link.active,
.news-tabs__tabs .news-tabs__tab.nav-link[aria-selected=true] {
  border: 0 !important;
  background: #194098 !important;
  background-color: #194098 !important;
  color: #fff !important;
}

.news-tabs__tabs .news-tabs__tab.nav-link.active:hover,
.news-tabs__tabs .news-tabs__tab.nav-link[aria-selected=true]:hover {
  border: 0 !important;
  background: #194098 !important;
  background-color: #194098 !important;
  color: #fff !important;
}

.news-tabs__tab.nav-link:not(.active),
.news-tabs__tab[aria-selected=false] {
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #333 !important;
}
.news-tabs__tab.nav-link:not(.active):hover,
.news-tabs__tab[aria-selected=false]:hover {
  border: 0 !important;
  background: rgba(255, 255, 255, 0.3490196078) !important;
  background-color: rgba(255, 255, 255, 0.3490196078) !important;
  color: #16397f !important;
}

@media (min-width: 992px) {
  .news-tabs__tabs .news-tabs__tab.nav-link.active,
  .news-tabs__tabs .news-tabs__tab.nav-link[aria-selected=true] {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
.news-tabs__content.tab-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.news-tabs__pane.tab-pane {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.news-tabs__board {
  width: 100%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news-tabs__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-tabs__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.news-tabs__row:nth-child(odd) {
  background: rgba(255, 255, 255, 0.6);
}

.news-tabs__row:nth-child(even) {
  background: rgba(255, 255, 255, 0.7);
}

@media (min-width: 991.98px) {
  .news-tabs__row:nth-child(odd) {
    margin-bottom: 2px;
  }
  .news-tabs__row:nth-child(even) {
    margin-bottom: 2px;
  }
}
.news-tabs__row:last-child {
  margin-bottom: 0;
}

.news-tabs__cell {
  position: relative;
  padding: 0;
  list-style: none;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
.news-tabs__cell:nth-child(1) {
  border-right: 1px solid #d8e2f2;
}
.news-tabs__cell:hover {
  background-color: rgba(0, 50, 166, 0.6);
}
.news-tabs__cell:hover .news-tabs__list_title,
.news-tabs__cell:hover .news-tabs__list_data {
  color: #c4dffd;
}

.news-tabs__cell-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  min-height: 80px;
  padding: 10px 14px;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 991.98px) {
  .news-tabs__cell-link {
    border-bottom: 1px solid #d8e2f2;
  }
}

.news-tabs__cell--empty {
  background: transparent;
  pointer-events: none;
}

.news-tabs__meta.news-tabs__list_data {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 2px;
  padding: 0 0 0 2px;
  color: #b0b0b0;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.news-tabs__item-title.news-tabs__list_title {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 8px 0 2px;
  margin: 0;
  color: #1f4db5;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.news-tabs__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 860px;
  margin-top: 1rem;
  padding: 0;
  background: transparent;
  border: 0;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 1199.98px) {
  .news-tabs__box,
  .news-tabs__actions,
  .news-tabs__tabs,
  .news-tabs__board {
    width: 100%;
  }
  .news-tabs__tab {
    font-size: 0.9rem;
    padding: 0.52rem 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .news-tabs {
    padding: 70px 0 64px;
  }
  .news-tabs::after {
    opacity: 0.35;
    width: min(52vw, 360px);
  }
  .news-tabs__girl {
    width: min(44vw, 320px);
    opacity: 0.9;
  }
  .news-tabs__box,
  .news-tabs__actions,
  .news-tabs__tabs,
  .news-tabs__board {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .news-tabs__row {
    grid-template-columns: 1fr;
  }
  .news-tabs__cell {
    border-right: 0 !important;
  }
  .news-tabs__tab-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .news-tabs__tabs {
    gap: 6px;
    border-bottom: 0;
  }
  .news-tabs__tab {
    width: auto;
    border: 1px solid #b9c8e2 !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5019607843) !important;
  }
  .news-tabs__tab.nav-link.active,
  .news-tabs__tab.nav-link[aria-selected=true] {
    border-color: #194098 !important;
  }
  .news-tabs::after {
    display: none;
  }
  .news-tabs__girl {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .news-tabs__item-title.news-tabs__list_title {
    font-size: 1rem;
    padding-right: 4px;
  }
}
.news-tabs {
  position: relative;
  overflow: hidden;
}

.circle-wrapper {
  position: absolute;
  width: 1100px;
  height: 1100px;
  right: -400px;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.circle-wrapper .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  border: 290px solid #d9e6f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.circle-wrapper.circle-top {
  bottom: -750px;
  z-index: -1;
}
.circle-wrapper.circle-bottom {
  top: -350px;
  z-index: -2;
}
.circle-wrapper.circle-bottom .circle {
  border-color: rgba(3, 77, 224, 0.6);
}

@media (max-width: 1200px) {
  .circle-wrapper {
    width: 800px;
    height: 800px;
    right: -300px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .circle-wrapper .circle {
    border-width: 240px;
  }
  .circle-wrapper.circle-top {
    bottom: -600px;
  }
  .circle-wrapper.circle-bottom {
    top: -200px;
  }
}
@media (max-width: 968px) {
  .circle-wrapper {
    width: 600px;
    height: 600px;
    right: -300px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .circle-wrapper .circle {
    border-width: 180px;
  }
  .circle-wrapper.circle-top {
    bottom: -450px;
  }
  .circle-wrapper.circle-bottom {
    top: -150px;
  }
}
.quicklink {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0;
  padding: 70px clamp(1rem, 3vw, 2rem);
  overflow: hidden;
  color: #fff;
}

.quicklink::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../img/index/quicklink.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}

.quicklink::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(37, 66, 142, 0.78)), color-stop(25%, rgba(37, 70, 208, 0.78)), color-stop(50%, rgba(76, 123, 243, 0.78)), color-stop(75%, rgba(49, 86, 218, 0.78)), to(rgba(49, 86, 218, 0.78)));
  background: linear-gradient(to bottom right, rgba(37, 66, 142, 0.78) 0%, rgba(37, 70, 208, 0.78) 25%, rgba(76, 123, 243, 0.78) 50%, rgba(49, 86, 218, 0.78) 75%, rgba(49, 86, 218, 0.78) 100%);
  pointer-events: none;
}

.quicklink__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.quicklink__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.quicklink__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1rem) clamp(1.25rem, 2.5vw, 2rem);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1400px) {
  .quicklink__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.quicklink__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.quicklink__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65rem 0.85rem;
  min-height: 3rem;
  max-width: 100%;
  padding: 0.45rem 0.75rem;
  margin: -0.1rem -0.35rem;
  color: #fff;
  text-decoration: none;
  font-size: clamp(1rem, 1.1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.35;
  border-radius: 10px;
  -webkit-transition: color 0.22s ease, background-color 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-transform 0.22s ease;
  transition: color 0.22s ease, background-color 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-transform 0.22s ease;
  transition: color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
  transition: color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-transform 0.22s ease;
}
.quicklink__link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.16);
  -webkit-box-shadow: 0 6px 20px rgba(0, 20, 80, 0.22);
          box-shadow: 0 6px 20px rgba(0, 20, 80, 0.22);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.quicklink__link:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.quicklink__link:hover .quicklink__icon {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  color: #e8f4ff;
}
.quicklink__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  border-radius: 4px;
}

.quicklink__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
  color: currentColor;
  -webkit-transition: color 0.22s ease, -webkit-transform 0.22s ease;
  transition: color 0.22s ease, -webkit-transform 0.22s ease;
  transition: transform 0.22s ease, color 0.22s ease;
  transition: transform 0.22s ease, color 0.22s ease, -webkit-transform 0.22s ease;
}

.quicklink__icon.bx {
  font-size: 1.45rem;
}

.quicklink__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

@media (max-width: 991.98px) {
  .quicklink__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .quicklink__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .quicklink__inner.container-1400 {
    max-width: 95% !important;
  }
}
@media (max-width: 400px) {
  .quicklink__grid {
    grid-template-columns: 1fr;
  }
  .quicklink__link {
    padding: 0.5rem 0.65rem;
    margin: -0.1rem -0.2rem;
  }
  .quicklink__inner.container-1400 {
    max-width: 60% !important;
  }
}
.features {
  position: relative;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  color: #1a1d24;
  overflow: hidden;
}
.features .features__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features .features__gallery-col {
  -ms-flex-item-align: center;
      align-self: center;
}
.features .images_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
}
.features .images_list.gap-3 {
  gap: 1rem;
}
.features .imgBox-1,
.features .imgBox-2,
.features .imgBox-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.features .imgMask {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0 12px 32px rgba(19, 55, 119, 0.12);
          box-shadow: 0 12px 32px rgba(19, 55, 119, 0.12);
  line-height: 0;
}
.features .imgMask::before {
  content: "";
  display: block;
}
.features .imgBox-1 .imgMask::before {
  padding-bottom: var(--features-pb-1, 236%);
}
.features .imgBox-3 .imgMask::before {
  padding-bottom: var(--features-pb-3, 236%);
}
.features .imgBox-2 .imgMask::before {
  padding-bottom: var(--features-pb-2, 316%);
}
.features .imgBox-2 .imgMask {
  -webkit-box-shadow: 0 16px 40px rgba(19, 55, 119, 0.16);
          box-shadow: 0 16px 40px rgba(19, 55, 119, 0.16);
}
.features .imgBox-1 .imgMask img,
.features .imgBox-2 .imgMask img,
.features .imgBox-3 .imgMask img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--features-img-left, 50%) var(--features-img-top, 50%);
     object-position: var(--features-img-left, 50%) var(--features-img-top, 50%);
}
.features .imgMask.aos-show {
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.features .imgMask.aos-show.aos-animate {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.features .info_text {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1279.98px) {
  .features .info_text {
    padding-left: clamp(1rem, 3.5vw, 2.25rem);
  }
}
@media (min-width: 1280px) {
  .features .info_text {
    padding-left: clamp(1.5rem, 6vw, 130px);
  }
}
.features .info_text .title {
  margin: 0;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  font-size: 6.5rem;
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: #1f4db5;
  text-shadow: 0 0px 20px rgba(126, 216, 243, 0.6);
}
@media (min-width: 1400px) {
  .features .info_text .title {
    font-size: 8rem;
    margin-left: -200px;
  }
}
@media (min-width: 1200px) {
  .features .info_text .title {
    font-size: 7.5rem;
    margin-left: -180px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .features .info_text .title {
    font-size: 6.5rem;
    margin-left: -150px;
  }
}
@media (max-width: 992px) {
  .features .info_text .title {
    font-size: 6.5rem;
  }
}
@media (max-width: 768px) {
  .features .info_text .title {
    font-size: 5.4rem;
  }
}
@media (max-width: 576px) {
  .features .info_text .title {
    font-size: 4.5rem;
  }
}
.features .info_text .features__section-title {
  margin: 0.65rem 0 1.15rem;
}
.features .info_text .desc {
  max-width: 38rem;
  margin-bottom: 1.75rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #4b5563;
}
.features .info_text .desc p {
  margin: 0 0 0.85rem;
}
.features .info_text .desc p:last-child {
  margin-bottom: 0;
}
.features .info_text .features__actions {
  text-align: right;
  margin-top: 0.35rem;
}
.features .info_text .features__more-btn {
  margin-top: 0;
  -webkit-box-shadow: 0 6px 20px rgba(255, 255, 255, 0.6);
          box-shadow: 0 6px 20px rgba(255, 255, 255, 0.6);
}

@media (max-width: 991.98px) {
  .features .features__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .features .images_list {
    max-width: 520px;
    margin: 0 auto;
  }
  .features .info_text {
    padding-left: 0;
  }
  .features .info_text .title {
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .features .images_list {
    gap: 8px;
  }
}
.video-full {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 120px 0 150px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .video-full {
    padding: 100px 0 120px;
  }
}
@media (max-width: 576px) {
  .video-full {
    padding: 60px 0 80px;
  }
}
.video-full__viewport {
  width: 100%;
  position: relative;
  z-index: 3;
}

.video-swiper {
  width: 100%;
  overflow: visible;
}
@media (max-width: 768px) {
  .video-swiper {
    padding: 0 30px;
  }
}
.video-swiper__slide {
  height: auto;
}

.video-card {
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-card__thumb-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 30px rgba(8, 27, 71, 0.22);
          box-shadow: 0 12px 30px rgba(8, 27, 71, 0.22);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-card__thumb-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.76)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.76) 100%);
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.video-card__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.video-card__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (max-width: 576px) {
  .video-card__icon {
    width: 72px;
    height: 72px;
  }
}
.video-card__icon--play {
  background: rgba(220, 53, 69, 0.8);
  color: rgba(255, 255, 255, 0.7725490196);
  font-size: 2rem;
  -webkit-box-shadow: 0 12px 28px rgba(220, 53, 69, 0.4);
          box-shadow: 0 12px 28px rgba(220, 53, 69, 0.4);
}
@media (max-width: 576px) {
  .video-card__icon--play {
    font-size: 1.7rem;
  }
}
.video-card__icon--play i {
  line-height: 1;
  display: block;
  -webkit-transform: translateX(0.12em);
          transform: translateX(0.12em);
}
.video-card__icon--link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
  background: rgba(15, 23, 42, 0.45);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
.video-card:hover .video-card__icon--play {
  -webkit-transform: translate(-50%, -50%) scale(1.08);
          transform: translate(-50%, -50%) scale(1.08);
}
.video-card__content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  z-index: 3;
  height: 24%;
  padding-bottom: 14px;
  color: #fff;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.video-card__content--title {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-card:hover .video-card__thumb-wrap::after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 50, 166, 0.7)), color-stop(80%, rgba(0, 50, 166, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 50, 166, 0.7) 10%, rgba(0, 50, 166, 0.9) 80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-card:hover .video-card__content {
  height: 32%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.video-swiper .swiper-slide-active .video-card {
  -webkit-transform: translateY(-10px) scale(1.06);
          transform: translateY(-10px) scale(1.06);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .video-swiper .swiper-slide-active .video-card {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.video-swiper .swiper-slide-active .video-card__thumb-wrap::after {
  opacity: 0.9;
}

.feature-video-wrap {
  position: relative;
  overflow: hidden;
}
.feature-video-wrap > .features,
.feature-video-wrap > .video-full {
  position: relative;
  z-index: 2;
}

.videoBg-anchor {
  --videoBg-left: 86%;
  --videoBg-top: 75%;
  --videoBg-width: min(46vw, 800px);
  position: absolute;
  left: var(--videoBg-left);
  top: var(--videoBg-top);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: var(--videoBg-width);
  aspect-ratio: 1/1;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.parallax-video-bg {
  position: relative;
  width: 100%;
  height: 100%;
  will-change: transform;
}

.videoBg {
  --videoBg-ring-scale: 1.5;
  --videoBg-mask-scale: 140%;
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.videoBg--breath {
  -webkit-animation: videoBgBreath 9s ease-in-out infinite alternate;
          animation: videoBgBreath 9s ease-in-out infinite alternate;
  will-change: transform;
}
.videoBg__ring {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.videoBg__ring-svg {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(var(--videoBg-ring-scale));
          transform: scale(var(--videoBg-ring-scale));
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  display: block;
  overflow: visible;
}
.videoBg__ring-text {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  fill: rgba(31, 77, 181, 0.1);
  stroke: rgba(255, 255, 255, 0.42);
  stroke-width: 6px;
  paint-order: stroke fill;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: video-ring-ccw 42s linear infinite;
          animation: video-ring-ccw 42s linear infinite;
}
.videoBg__mask-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--videoBg-mask-scale);
  height: var(--videoBg-mask-scale);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
}

@-webkit-keyframes video-ring-ccw {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes video-ring-ccw {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes videoBgBreath {
  from {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1.035) translateY(-16px);
            transform: scale(1.035) translateY(-16px);
  }
}
@keyframes videoBgBreath {
  from {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1.035) translateY(-16px);
            transform: scale(1.035) translateY(-16px);
  }
}
@media (min-width: 1600px) {
  .videoBg-anchor {
    --videoBg-left: 91%;
    --videoBg-top: 82%;
    --videoBg-width: min(50vw, 840px);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .videoBg {
    --videoBg-ring-scale: 1.5;
    --videoBg-mask-scale: 140%;
  }
}
@media (max-width: 1200px) {
  .videoBg-anchor {
    --videoBg-left: 86%;
    --videoBg-top: 76%;
    --videoBg-width: min(46vw, 800px);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .videoBg {
    --videoBg-ring-scale: 1.6;
    --videoBg-mask-scale: 145%;
  }
}
@media (max-width: 992px) {
  .videoBg-anchor {
    --videoBg-left: 80%;
    --videoBg-top: 85%;
    --videoBg-width: min(65vw,700px);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .videoBg {
    --videoBg-ring-scale: 1.55;
    --videoBg-mask-scale: 145%;
  }
  .videoBg__ring-text {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .videoBg-anchor {
    --videoBg-left: 90%;
    --videoBg-top: 82%;
    --videoBg-width: min(56vw, 800px);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .videoBg {
    --videoBg-ring-scale: 2;
    --videoBg-mask-scale: 190%;
  }
  .videoBg__ring-text {
    font-size: 56px;
  }
}
.index-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 12px 30px;
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 500;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.index-btn::after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 10px;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: url("../img/svg/icon-arrowRight.svg") no-repeat center/contain;
  mask: url("../img/svg/icon-arrowRight.svg") no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.index-btn:hover::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.index-btn--blue {
  color: #fff;
  background: #1f4db5;
  border-color: #1f4db5;
}
.index-btn--blue:hover {
  color: #fff;
  background: #0c3a98;
  border-color: #0c3a98;
}

.index-btn--white {
  color: #1f4db5;
  background: #fff;
  border-color: #1f4db5;
}
.index-btn--white:hover {
  color: #fff;
  background: #1f4db5;
  border-color: #1f4db5;
}

.index-btn--sm {
  padding: 8px 18px;
  font-size: 0.85rem;
  line-height: 1.35;
}
.index-btn--sm::after {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}/*# sourceMappingURL=index.css.map */