@font-face {
  font-family: "Inter-UI-Regular";
  src: url(/lib/css/font/Inter-UI-Regular.ttf);
}
@font-face {
  font-family: "Inter-UI-Medium";
  src: url(/lib/css/font/Inter-UI-Medium.ttf);
}
@font-face {
  font-family: "Inter-UI-Bold";
  src: url(/lib/css/font/Inter-UI-Bold.ttf);
}
body {
  font-family: "Inter-UI-Regular";
  color: #2f2f2f;
}

main {
  margin-top: 88px;
}

.c-shadow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.c-shadow.show {
  display: block;
}
.c-title {
  text-align: center;
}
.c-title h2 {
  font-size: 3.6rem;
}
.c-title__sub {
  color: #9ca0a6;
  margin-top: 1rem;
}
.c-btn {
  width: 21.6rem;
  height: 5.6rem;
  background-color: #ee822f;
  color: #fff !important;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
.c-btn:hover {
  box-shadow: 0px 15px 10px -10px rgba(238, 130, 47, 0.3);
  transform: scale(1.01) translateY(-2px);
}
.c-banner {
  color: #fff;
  position: relative;
}
.c-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 21, 50, 0.75);
}
.c-banner__title {
  font-size: 3.6rem;
}
.c-banner__container {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.c-breadcrumbs {
  margin-top: 1.5rem;
}
.c-breadcrumbs span {
  opacity: 0.5;
}
.c-category {
  margin-top: 6rem;
}
.c-category__container {
  padding: 1.7rem 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.c-category__title {
  flex-shrink: 0;
  font-size: 2rem;
}
.c-category__pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-category__pc .c-category__title {
  margin-right: 40px;
}
.c-category__pc .c-category__menu {
  max-width: 1000px;
  color: #8c8c8c;
  overflow: auto;
}
.c-category__pc .c-category__menu .menu {
  display: flex;
}
.c-category__pc .c-category__menu .menu li {
  margin-left: 40px;
  white-space: nowrap;
}
.c-category__pc .c-category__menu .menu li.current-menu-item > a {
  color: #ee822f;
  font-family: "Inter-UI-Medium";
}
.c-category__mobile .c-category__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-category__mobile .c-category__title.active::after {
  transform: rotate(-180deg);
}
.c-category__mobile .c-category__title::after {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--wpr-bg-d53f786d-4bb4-48fc-acc2-c58f192d91b7) no-repeat center center;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
.c-category__mobile .c-category__menu {
  display: none;
}
.c-category__mobile .c-category__menu .menu li {
  margin: 12px 0;
}
.c-category__mobile .c-category__menu .menu li.current-menu-item > a {
  color: #ee822f;
  font-family: "Inter-UI-Medium";
}
.c-cases-item {
  display: block;
  padding-bottom: 65px;
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden;
}
.c-cases-item:hover .c-cases-item__img-wrap img {
  transform: scale(1.05);
}
.c-cases-item:hover .c-cases-item__img-wrap::after {
  opacity: 1;
}
.c-cases-item:hover .c-cases-item__content {
  transform: translateY(0);
}
.c-cases-item:hover .c-cases-item__params {
  opacity: 1;
}
.c-cases-item__img-wrap {
  padding-bottom: 57.471264%;
}
.c-cases-item__img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
.c-cases-item__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
  transform: translateY(calc(100% - 65px));
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
.c-cases-item__title {
  font-size: 1.8rem;
  font-family: "Inter-UI-Medium";
  margin-top: 1.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-cases-item__type {
  font-size: 1.4rem;
  color: #8c8c8c;
  margin-top: 0.4rem;
}
.c-cases-item__params {
  color: #2f2f2f;
  margin-top: 1rem;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition-delay: 200ms;
}
.c-cases-item__params li span {
  font-family: "Inter-UI-Medium";
}
.c-F-layout {
  padding-top: 2rem;
  padding-bottom: 6rem;
}
.c-F-layout .aside-item {
  margin-top: 4rem;
}
.c-F-layout .aside-item__title {
  font-size: 2.4rem;
}
.c-F-layout .aside-item .blog {
  margin-top: 1.6rem;
  border-bottom: 1px solid #ececec;
}
.c-F-layout .aside-item .blog li {
  padding: 1.65rem 0;
  border-top: 1px solid #ececec;
}
.c-F-layout .aside-item .blog__title {
  font-family: "Inter-UI-Regular";
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}
.c-F-layout .aside-item .blog__date {
  font-size: 1.4rem;
  color: #8c8c8c;
  margin-top: 0.5rem;
}
.c-F-layout .aside-item .tags {
  padding: 2rem 0;
  padding-top: 1rem;
  margin-top: 1.6rem;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  display: flex;
  flex-wrap: wrap;
}
.c-F-layout .aside-item .tags li {
  margin-right: 1rem;
  margin-top: 1rem;
}
.c-F-layout .aside-item .tags li.current-tag > a {
  border-color: #ee822f;
  background-color: #ee822f;
  color: #fff;
}
.c-F-layout .aside-item .tags li a {
  display: block;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  border: 1px solid #ececec;
  background-color: #f7f7f7;
  color: #8c8c8c;
}
.c-F-layout .aside-item .tags li a:hover {
  border-color: #ee822f;
  background-color: #ee822f;
  color: #fff;
}
.c-share {
  padding: 2rem 0;
  margin-top: 6rem;
  border-top: 1px dashed #ececec;
  border-bottom: 1px dashed #ececec;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-share__container {
  display: flex;
  align-items: center;
}
.c-share-item {
  width: 3.6rem;
  margin-right: 2rem;
}
.c-share-item img {
  display: block;
}
.c-contact__container {
  margin-top: 3.6rem;
  padding: 50px;
  padding-top: 10px;
  background-color: #fff;
  box-shadow: 0px 20px 40px 0px rgba(11, 21, 50, 0.1);
}
.c-contact-form__item {
  margin-top: 4rem !important;
}
.c-contact-form__item--submit {
  padding: 0;
  margin: 0 auto;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  width: 100%;
  height: 88px;
  background-color: #fff;
  box-shadow: 0px 20px 40px 0px rgba(11, 21, 50, 0.1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
.header.hide {
  transform: translateY(-100%);
}
.header > .w {
  max-width: 1780px;
  height: 100%;
}
.header__container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__left {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__logo {
  width: 9.166667vw;
}
.header__nav {
  height: 100%;
  margin-left: 1.5625vw;
  font-family: "Inter-UI-Medium";
}
.header__nav .menu {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__nav .menu li {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1.5625vw;
  position: relative;
}
.header__nav .menu li:hover > a {
  color: #ee822f;
}
.header__nav .menu li:hover .header__drop {
  opacity: 1;
  pointer-events: auto;
}
.header__nav .menu li:hover > .sub-menu {
  pointer-events: auto;
  opacity: 1;
}
.header__nav .menu li.current-menu-ancestor > a, .header__nav .menu li.current-menu-item > a {
  color: #ee822f;
}
.header__nav .menu li.header__drop-parent {
  position: static;
}
.header__nav .menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0px 20px 40px 0px rgba(11, 21, 50, 0.1);
  pointer-events: none;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
.header__nav .menu li .sub-menu li {
  padding: 0;
  line-height: 50px;
  white-space: nowrap;
}
.header__nav .menu li .sub-menu li a {
  display: block;
  width: 100%;
  padding: 0 20px;
}
.header__nav .menu li .sub-menu li a:hover {
  background-color: #ee822f;
  color: #fff;
}
.header__nav .menu li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
}
.header__drop {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #ee822f;
  border-bottom: 2px solid #ee822f;
  pointer-events: none;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
.header__drop .drop__container {
  display: flex;
  padding: 40px 0;
}
.header__drop .drop__list {
  flex-shrink: 0;
  width: 30%;
}
.header__drop .drop__line {
  flex-shrink: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #ccc, transparent);
}
.header__drop .drop__main {
  flex-shrink: 0;
  width: 70%;
}
.header__drop .drop__main-inner {
  padding-left: 50px;
}
.header__drop .drop__main-item {
  display: none;
}
.header__drop .drop__main-item.active {
  display: block;
}
.header__drop .drop__title {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
}
.header__drop .drop__title::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ee822f;
  margin-right: 10px;
}
.header__drop .drop__menu {
  font-family: "Inter-UI-Regular";
  margin-top: 40px;
}
.header__drop .drop__menu-item {
  margin: 20px 0;
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.header__drop .drop__menu-item.active {
  color: #ee822f;
}
.header__drop .drop__menu-item.active::before {
  border-left-color: #ee822f;
  transform: translateX(5px);
}
.header__drop .drop__menu-item::before {
  content: "";
  border: 5px solid transparent;
  border-left-color: #2f2f2f;
  margin-right: 10px;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
.header__drop .drop-item {
  display: block;
  padding: 0 10px;
  text-align: center;
}
.header__drop .drop-item__img-wrap {
  padding-bottom: 100%;
  border: 1px solid #f5f7f8;
}
.header__drop .drop-item__title {
  padding: 0 10px;
  margin-top: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header__drop .drop__more {
  width: 100px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-top: 32px;
  position: relative;
  font-size: 1.4rem;
  color: #ee822f;
}
.header__drop .drop__more:hover::after {
  transform: translateX(5px);
}
.header__drop .drop__more::after {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--wpr-bg-4fb2fc24-12ad-4fc6-adb7-bc28164737e6) no-repeat center center;
  background-size: cover;
  margin-left: 10px;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
.header__drop .drop__more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #ee822f;
}
.header__nav-mobile {
  display: none;
}
.header__right {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__email {
  height: 48px;
  padding: 0 20px;
  background-color: #ee822f;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  margin-left: 1.979167vw;
  box-shadow: 0px 15px 10px -10px rgba(238, 130, 47, 0.3);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
.header__email:hover {
  transform: scale(1.01) translateY(-2px);
}
.header__email .email__icon {
  margin-right: 12px;
}
.header__nav-btn {
  display: none;
}

main.index .products {
  padding: 6rem 0;
  background-color: #0a1330;
}
main.index .products__container {
  padding: 4.166667vw 5vw;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 20px 40px 0px rgba(11, 21, 50, 0.1);
  margin-top: -140px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
main.index .products__list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.index .products-item {
  display: block;
  padding: 20px 30px;
  color: #9ca0a6;
  display: flex;
  align-items: center;
}
main.index .products-item.active {
  background-color: #f7f7f7;
  color: #2f2f2f;
}
main.index .products-item.active::before {
  opacity: 1;
  transform: translateX(0);
}
main.index .products-item::before {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 20px;
  background: var(--wpr-bg-9e7e1d06-77f0-4063-b583-99f68da443bd) no-repeat center center;
  background-size: cover;
  margin-right: 30px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.index .products-item__title {
  font-size: 3rem;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 1;
}
main.index .products-item__description {
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}
main.index .partners__title {
  margin-top: 3rem;
  color: #fff;
  font-family: "Inter-UI-Medium";
  text-align: center;
}
main.index .partners .swiper-container-partners {
  margin-top: 3rem;
}
main.index .solutions {
  padding-top: 10rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}
main.index .solutions::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background: var(--wpr-bg-9f780505-27e9-49c1-af56-867ef6b0b3af) no-repeat 0px 10%, var(--wpr-bg-f01ea47e-c7d0-4bc6-a0eb-1652db7ec361) no-repeat 0px 90%;
}
main.index .solutions-item {
  margin-top: 8rem;
}
main.index .solutions-item:nth-child(even) .solutions-item__thumbnail::after {
  right: auto;
  left: 10%;
}
main.index .solutions-item:nth-child(even) .solutions-item__content {
  align-items: flex-start;
  text-align: left;
}
main.index .solutions-item__thumbnail {
  height: 0;
  padding-bottom: 75%;
  background-size: cover !important;
  position: relative;
}
main.index .solutions-item__thumbnail::after {
  content: "";
  position: absolute;
  top: 4%;
  right: 10%;
  width: 90%;
  height: 100%;
  background: inherit;
  background-size: 100% 100%;
  filter: blur(25px) brightness(80%) opacity(0.8);
  z-index: -1;
}
main.index .solutions-item__content {
  height: 100%;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
main.index .solutions-item__title {
  font-size: 4rem;
  color: #ee822f;
  height: 1.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 1;
}
main.index .solutions-item__excerpt {
  max-width: 670px;
  margin-top: 2.2rem;
  font-size: 1.8rem;
  height: 7.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 5;
}
main.index .solutions-item__btn {
  margin-top: auto;
}
main.index .solutions__quote {
  margin-top: 6rem;
}
main.index .solutions .points .point {
  position: absolute;
  z-index: -1;
  filter: blur(6px);
  opacity: 0.7;
  animation: __point 4000ms linear infinite alternate;
}
@keyframes __point {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.02) translate(0, 20px);
  }
  100% {
    transform: scale(1.05) translate(0, 50px);
  }
}
main.index .solutions .points .point:nth-child(1) {
  top: 6%;
  right: 5%;
  width: 4rem;
  height: 4rem;
  background-color: #ffd9c4;
}
main.index .solutions .points .point:nth-child(2) {
  top: 12%;
  right: 8%;
  width: 4.5rem;
  height: 4.5rem;
  background-color: #d6e0f9;
  animation-delay: 500ms;
}
main.index .solutions .points .point:nth-child(3) {
  top: 3%;
  right: 20%;
  width: 2rem;
  height: 2rem;
  background-color: #e8d1ef;
  animation-delay: 1000ms;
}
main.index .solutions .points .point:nth-child(4) {
  top: 50%;
  left: 5%;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #ffd9c4;
}
main.index .solutions .points .point:nth-child(5) {
  top: 62%;
  left: 2%;
  width: 5.5rem;
  height: 5.5rem;
  background-color: #d6e0f9;
  animation-delay: 500ms;
}
main.index .solutions .points .point:nth-child(6) {
  top: 45%;
  left: 1%;
  width: 2rem;
  height: 2rem;
  background-color: #e8d1ef;
  animation-delay: 1000ms;
}
main.index .solutions .points .point:nth-child(7) {
  bottom: 4%;
  right: 10%;
  width: 5rem;
  height: 5rem;
  background-color: #e8d1ef;
}
main.index .about-us {
  padding: 8rem 0;
  background: var(--wpr-bg-de499f3e-f9fd-401a-aeca-86e315398354) no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative;
}
main.index .about-us__content {
  max-width: 715px;
}
main.index .about-us__sub-title {
  color: #ee822f;
  font-size: 2rem;
  font-family: "Inter-UI-Medium";
}
main.index .about-us__title {
  font-size: 4rem;
  margin-top: 1.5rem;
}
main.index .about-us__description {
  font-size: 1.8rem;
  margin-top: 5.5rem;
}
main.index .about-us__more {
  display: flex;
  align-items: center;
  margin-top: 6.5rem;
  color: #fff;
}
main.index .about-us__more:hover::before {
  animation: __arrowAnimation 800ms;
}
main.index .about-us__more::before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  background: var(--wpr-bg-4e8c1ff4-1f2a-48dd-831b-b53e0b705c16) no-repeat center center;
  background-size: cover;
  margin-right: 2rem;
}
@keyframes __arrowAnimation {
  0% {
    background-position-x: center;
  }
  25% {
    background-position-x: 3.6rem;
  }
  50% {
    background-position-x: -3.6rem;
  }
  100% {
    background-position-x: center;
  }
}
main.index .about-us__statistics .statistics-item {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
main.index .about-us__statistics .statistics-item__icon {
  width: 4.4rem;
  margin-top: 0.4rem;
}
main.index .about-us__statistics .statistics-item__num {
  font-size: 6rem;
  font-family: "Inter-UI-Bold";
  margin-left: 4rem;
}
main.index .about-us__statistics .statistics-item__title {
  width: 13rem;
  margin-left: auto;
  color: #6a6d77;
  font-family: "Inter-UI-Bold";
}
main.index .about-us__photos {
  margin-top: 4rem;
}
main.index .about-us__photos .photos-item:hover::after {
  opacity: 0;
}
main.index .about-us__photos .photos-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 34, 61, 0.2);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.index .about-us__photos .swiper-button {
  border-radius: 0;
}
main.index .about-us__photos .swiper-button-prev {
  left: 0;
}
main.index .about-us__photos .swiper-button-next {
  right: 0;
}
main.index .about-us__photos .swiper-pagination {
  position: unset;
  margin-top: 2rem;
}
main.index .about-us__photos .swiper-pagination-bullet {
  background-color: #fff;
}
main.index .about-us__video-btn {
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  background-color: #fc6657;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  cursor: pointer;
}
main.index .about-us__video-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fc6657;
  opacity: 0.7;
  animation: __fluctuations_before 1500ms infinite;
}
@keyframes __fluctuations_before {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
main.index .about-us__video-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fc6657;
  opacity: 0.7;
  animation: __fluctuations_after 1500ms 300ms infinite;
}
@keyframes __fluctuations_after {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
main.index .cases {
  padding-top: 8rem;
  padding-bottom: 22.8rem;
  background: var(--wpr-bg-135c379e-74bf-41bc-9480-aefd1b9108d5) no-repeat center bottom, #f5f5f5;
  overflow: hidden;
}
main.index .cases__container {
  margin-top: 13rem;
  position: relative;
}
main.index .cases__content {
  width: 87%;
  height: 450px;
  background: linear-gradient(to right bottom, #257fea, #0e58b8);
  margin-left: auto;
  position: relative;
}
main.index .cases-swiper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(87% - 400px);
  display: flex;
}
main.index .cases .swiper-container {
  flex-shrink: 0;
  width: 980px;
  box-shadow: -20px 4px 40px 0px rgba(11, 21, 50, 0.3);
}
main.index .cases .swiper-container-cases-right {
  margin-left: 100px;
  filter: grayscale(1);
  box-shadow: none;
}
main.index .cases .swiper-container:hover .swiper-button {
  transform: translate(0, -50%) !important;
}
main.index .cases .swiper-button {
  width: 16rem;
  height: 16rem;
  margin: 0;
  border-radius: 0;
  opacity: 1;
}
main.index .cases .swiper-button-prev {
  left: 0;
  transform: translate(-100%, -50%);
}
main.index .cases .swiper-button-next {
  right: 0;
  transform: translate(100%, -50%);
}
main.index .cases .swiper-pagination {
  width: 100%;
  bottom: -15rem;
}
main.index .cases .swiper-pagination-bullet {
  width: 2.8rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 0.3rem;
  opacity: 1;
}
main.index .cases .swiper-pagination-bullet-active {
  background-color: #ee822f;
}
main.index .cases-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 100%;
  padding: 70px 50px;
  color: #fff;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.index .cases-item.active {
  opacity: 1;
}
main.index .cases-item__title {
  font-size: 2.6rem;
  font-family: "Inter-UI-Medium";
  margin-bottom: 5rem;
  height: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}
main.index .cases-item__m-title {
  line-height: 4.8rem;
  padding: 0 10px;
  background-color: #ee822f;
  color: #fff;
  font-family: "Inter-UI-Medium";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
main.index .cases-item__param {
  display: flex;
  margin-top: 2.6rem;
  color: #88b4ea;
}
main.index .cases-item__param span {
  width: 140px;
  color: #fff;
}
main.index .news {
  padding: 8rem 0;
  background: var(--wpr-bg-ee4e2adb-6768-461a-a429-cd366c3f3ee6) no-repeat center bottom;
  background-size: 100% auto;
  background-color: #fff;
}
main.index .news__container {
  margin-top: 4rem;
}
main.index .news-item {
  display: block;
  padding: 2.8rem;
  background-color: #fff;
  margin-top: 2rem;
  position: relative;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.index .news-item:hover {
  box-shadow: 0px 0px 20px rgba(10, 19, 48, 0.1);
}
main.index .news-item:hover::after {
  width: 100%;
  left: 0;
}
main.index .news-item:hover .news-item__img-wrap::after {
  opacity: 1;
}
main.index .news-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #ee822f;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.index .news-item__img-wrap {
  padding-bottom: 57%;
}
main.index .news-item__img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.index .news-item__date {
  color: #8c8c8c;
  margin-top: 2.6rem;
}
main.index .news-item__title {
  font-size: 2.4rem;
  font-family: "Inter-UI-Medium";
  margin-top: 1rem;
  height: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}
main.index .news-item__more {
  display: flex;
  align-items: center;
  margin-top: 3rem;
  color: #2f2f2f;
  font-family: "Inter-UI-Medium";
}
main.index .news-item__more::before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  background: var(--wpr-bg-8a65e0bd-2852-4e78-940d-86adf2ffb87e) no-repeat center center;
  background-size: cover;
  margin-right: 2rem;
}
main.index .news__btn {
  margin: 0 auto;
  margin-top: 6rem;
  background-color: #0a1330;
}
main.index .news__btn:hover {
  background-color: #ee822f;
}

.footer {
  background: var(--wpr-bg-ea7c5f56-de19-4a15-87a9-fbfd39283d49) no-repeat center center;
  background-size: cover;
  color: #9ca0a6;
}
.footer a:hover {
  color: #fff;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  padding: 6rem 0;
}
.footer__container .footer__title {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Inter-UI-Medium";
  margin-bottom: 3rem;
}
.footer__container .footer__info {
  width: 33.3333333%;
}
.footer__container .footer__info p {
  margin-top: 3.6rem;
}
.footer__container .footer__info .socials {
  margin-top: 5.6rem;
}
.footer__container .footer__info .socials__link {
  margin-right: 10px;
}
.footer__container .footer__nav {
  width: 16.666666%;
  margin-left: 5.208333vw;
}
.footer__container .footer__nav .menu li {
  margin: 12px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer__container .footer__contact {
  width: 33.33333%;
  margin-left: 5.208333vw;
}
.footer__container .footer__contact .contact-item {
  display: flex;
  margin: 12px 0;
}
.footer__container .footer__contact .contact-item span {
  width: 60px;
  flex-shrink: 0;
  margin-right: 1.5625vw;
}
.footer__mobile {
  padding: 2rem 0;
}
.footer__mobile .logo {
  width: 24rem;
  margin: 2rem auto;
  margin-top: 6rem;
}
.footer__mobile .footer-item__header {
  height: 4.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
}
.footer__mobile .footer-item__header.active::after {
  transform: rotate(-180deg);
}
.footer__mobile .footer-item__header::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: var(--wpr-bg-a22c3452-182e-4d07-a900-1ab803932fe7) no-repeat center center;
  background-size: cover;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
.footer__mobile .footer-item__body {
  padding: 1rem 0;
  display: none;
}
.footer__mobile .footer-item .socials {
  margin-top: 2rem;
}
.footer__mobile .footer-item .socials__link {
  margin-right: 1rem;
}
.footer__mobile .footer-item .menu li {
  line-height: 4.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer__mobile .footer-item .contact-item {
  display: flex;
  margin: 1rem 0;
}
.footer__mobile .footer-item .contact-item span {
  width: 10rem;
  flex-shrink: 0;
}
.footer__copyright {
  padding: 1rem 0;
  font-size: 1.4rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

main.products .banner {
  background: var(--wpr-bg-d5232c09-b4ab-4eef-8430-586cc0c432e5) no-repeat center center;
  background-size: cover;
}
main.products .banner__container {
  justify-content: flex-end;
  padding-bottom: 13rem;
}
main.products .services__container {
  padding: 0 2.604167vw;
  padding-bottom: 4.5rem;
  margin-top: -100px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  box-shadow: 0px 20px 40px 0px rgba(11, 21, 50, 0.1);
}
main.products .services-item {
  display: flex;
  align-items: flex-start;
  margin-top: 4.5rem;
}
main.products .services-item__icon {
  flex-shrink: 0;
  width: 8.8rem;
}
main.products .services-item__content {
  margin-left: 2rem;
}
main.products .services-item__title {
  font-size: 2rem;
  font-family: "Inter-UI-Medium";
}
main.products .services-item__description {
  color: #8c8c8c;
  margin-top: 1rem;
}
main.products .products-list {
  padding-bottom: 4rem;
}
main.products .products-item {
  margin-top: 4rem;
}
main.products .products-item__img-wrap {
  position: relative;
}
main.products .products-item__img-wrap:hover .products-item__shadow {
  opacity: 1;
}
main.products .products-item__img-wrap {
  padding-bottom: 100%;
}
main.products .products-item__shadow {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.products .products-item__shadow::after {
  content: "";
  position: absolute;
  width: 8.8rem;
  height: 8.8rem;
  background: var(--wpr-bg-5d371c35-42cb-48b9-ba5b-78c11fbeb234) no-repeat center center, #fff;
}
main.products .products-item__content {
  padding: 3rem 2rem;
  padding-top: 2.5rem;
  text-align: center;
}
main.products .products-item__title {
  font-size: 2.4rem;
}
main.products .products-item__meta {
  color: #8c8c8c;
  margin-top: 1rem;
}
main.products .products-item__btn {
  width: 21.6rem;
  height: 4.8rem;
  background-color: #2f2f2f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 2.5rem;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.products .products-item__btn:hover {
  background-color: #ee822f;
}
main.products .products-item__btn:hover::after {
  transform: translateX(0.5rem);
}
main.products .products-item__btn::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: var(--wpr-bg-647807e5-51e4-4ea7-928c-3215277dc1c1) no-repeat center center;
  margin-left: 0.5rem;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.products .products-details__header {
  padding: 6rem 0;
  background: var(--wpr-bg-bbf55690-b175-4e3a-8c47-6cb383c472bb) no-repeat center center;
  background-size: cover;
}
main.products .products-details__header .swiper {
  padding: 0 84px;
  position: relative;
}
main.products .products-details__header .swiper-container {
  box-shadow: 0px 20px 40px 0px rgba(11, 21, 50, 0.1);
}
main.products .products-details__header .swiper-button {
  width: 60px;
  height: 60px;
  border-radius: 0;
}
main.products .products-details__header .swiper-button-prev {
  left: 0;
  background: var(--wpr-bg-52686579-9e18-4e84-8525-feb14d6a10ac) no-repeat center center, rgba(0, 0, 0, 0.5);
}
main.products .products-details__header .swiper-button-next {
  right: 0;
  background: var(--wpr-bg-f73977d8-77da-417f-855b-a6e030eaa2ef) no-repeat center center, rgba(0, 0, 0, 0.5);
}
main.products .products-details__header .swiper-pagination {
  position: unset;
  margin-top: 2rem;
}
main.products .products-details__video-btn {
  position: absolute;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 50%;
  background: var(--wpr-bg-8a56fc60-d295-4847-935b-0a86bad54bd4) no-repeat center center;
  background-size: cover;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.products .products-details__video-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0px rgba(255, 255, 255, 0.5);
}
main.products .products-details__title {
  font-size: 4rem;
  margin-top: 3.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}
main.products .products-details__params {
  font-size: 1.8rem;
  margin-top: 7.8rem;
}
main.products .products-details__params li {
  display: flex;
  margin: 2rem 0;
}
main.products .products-details__params li strong {
  flex-shrink: 0;
  width: 216px;
}
main.products .products-details__btns {
  display: flex;
  margin-top: 4.5rem;
}
main.products .products-details__btn--next {
  margin-left: 2rem;
  background-color: #2f2f2f;
}
main.products .products-details__btn--next:hover {
  box-shadow: 0px 15px 10px -10px rgba(47, 47, 47, 0.3);
}
main.products .products-details__btn--next:hover::after {
  transform: translateX(0.5rem);
}
main.products .products-details__btn--next::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: var(--wpr-bg-28a18f86-9e8e-4179-b834-7cb00fa50ed2) no-repeat center center;
  margin-left: 0.5rem;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.products .products-details__bar {
  padding: 2rem 0;
  background-color: #ee822f;
  color: #fff;
}
main.products .products-details__bar .bar {
  display: flex;
  overflow: auto;
}
main.products .products-details__bar .bar-item {
  margin-right: 10rem;
  white-space: nowrap;
  cursor: pointer;
  opacity: 0.5;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.products .products-details__bar .bar-item.active {
  opacity: 1;
}
main.products .products-details__body {
  padding: 4rem 0;
}
main.products .products-details__body .c-article-details {
  overflow-x: auto;
}
@media (min-width: 1600px) {
  main.products .products-details__body .w {
    max-width: 1440px;
  }
}
main.products .products-details .download-item {
  display: flex;
  margin-top: 2rem;
}
main.products .products-details .download-item::after {
  content: "";
  flex-shrink: 0;
  width: 6.4rem;
  background: var(--wpr-bg-d6c12c33-d6ee-4c37-8064-d77522a737af) no-repeat center center, #ee822f;
}
main.products .products-details .download-item__title {
  flex-grow: 1;
  padding: 20px;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
main.products .products-details .download-item__title::before {
  content: "";
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: var(--wpr-bg-c5faaa8f-a732-4d99-b3e5-6948a96128b7) no-repeat center center;
  background-size: cover;
  margin-right: 1rem;
}
main.products .products-details .download-item__title span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
main.products .contact {
  padding-top: 5.5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.w-full {
  width: 100%;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.min-h-\[18\.75rem\] {
  min-height: 18.75rem;
}

.hidden {
  display: none;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.min-h-\[18\.75rem\] {
  min-height: 300px;
}

@media (max-width: 1023.98px) {
  .sm\:hidden {
    display: none;
  }
  .sm\:block {
    display: block;
  }
}
main.cases .banner {
  background: var(--wpr-bg-390cbe6c-13e7-444c-9037-25bda7a49c0d) no-repeat center center;
  background-size: cover;
}
main.cases .cases-list {
  padding: 4rem 0;
}

main.news .banner {
  background: var(--wpr-bg-a608c364-f0a8-48c7-8775-6581194ecdcb) no-repeat center center;
  background-size: cover;
}
main.news .news-item {
  margin-top: 4rem;
}
main.news .news-item__img-wrap {
  padding-bottom: 57%;
}
main.news .news-item__content {
  height: 100%;
  padding-top: 1.6rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
main.news .news-item__title {
  font-size: 2rem;
  font-family: "Inter-UI-Medium";
  margin-top: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}
main.news .news-item__span {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
main.news .news-item__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #8c8c8c;
  font-size: 1.4rem;
}
main.news .news-item__dot {
  width: 4px;
  height: 4px;
  background-color: #ee822f;
  margin: 0 1rem;
}
main.news .news-item__link {
  margin-top: auto;
  font-family: "Inter-UI-Medium";
  display: flex;
  align-items: center;
}
main.news .news-item__link:hover::before {
  transform: translateX(0.4rem);
}
main.news .news-item__link::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--wpr-bg-6a5783d1-4d94-4e53-9a94-870ea8fa41c5) no-repeat center center;
  background-size: cover;
  margin-right: 2rem;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.solutions .banner {
  background: var(--wpr-bg-0789a93d-c87e-41a7-b5a8-83dd23c733eb) no-repeat center center;
  background-size: cover;
}
main.solutions .culture {
  margin-top: 4.8rem;
}
main.solutions .culture__container {
  padding: 2.2rem;
  background: var(--wpr-bg-2405c70e-360c-4dd0-aabb-1ed17fb84f04) no-repeat center center;
  background-size: cover;
}
main.solutions .culture__img-wrap {
  padding-bottom: 54.597701%;
}
main.solutions .culture__content {
  height: 100%;
  padding: 0 3.125vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.solutions .culture__title {
  font-size: 3.6rem;
  margin-top: 0.7rem;
}
main.solutions .culture__description {
  color: #8c8c8c;
  line-height: 2;
  margin-top: 2.7rem;
}
main.solutions .culture__sub {
  margin-top: 2.8rem;
}
main.solutions .services {
  margin-top: 4rem;
}
main.solutions .services__container {
  margin-top: 3.6rem;
}
main.solutions .services-item {
  display: block;
}
main.solutions .services-item:hover .services-item__shadow {
  opacity: 1;
}
main.solutions .services-item:hover .services-item__shadow::before, main.solutions .services-item:hover .services-item__shadow::after {
  transform: scale(1);
}
main.solutions .services-item__img-wrap {
  padding-bottom: 65.789473%;
}
main.solutions .services-item__shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 130, 47, 0.5);
  opacity: 0;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.solutions .services-item__shadow::before, main.solutions .services-item__shadow::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  box-sizing: border-box;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.solutions .services-item__shadow::before {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  transform: scale(1, 0);
}
main.solutions .services-item__shadow::after {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}
main.solutions .services-item__title {
  text-align: center;
  font-size: 2rem;
  margin-top: 1.7rem;
  font-family: "Inter-UI-Medium";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
main.solutions .services .swiper-pagination {
  position: unset;
  margin-top: 2rem;
}
main.solutions .contact {
  margin-top: 6rem;
  padding-bottom: 6rem;
}
main.solutions .contact__container {
  padding-top: 3rem;
  padding-bottom: 3.6rem;
  text-align: center;
  background: var(--wpr-bg-13d488d2-a411-4448-ad81-69d7ecf43137) no-repeat center bottom;
  background-size: 100% auto;
}
main.solutions .contact__title {
  max-width: 664px;
  line-height: 1.333333;
  font-size: 3.6rem;
  font-family: "Inter-UI-Regular";
  margin: 0 auto;
  margin-top: 3rem;
}
main.solutions .contact__btn {
  margin: 0 auto;
  margin-top: 3.4rem;
}
main.solutions .details-banner {
  background: var(--wpr-bg-d0e4d3e1-fca6-4097-9ee4-e37f2113a199) no-repeat center center;
}
main.solutions .details-banner__container {
  max-width: 696px;
  height: 520px;
  padding: 0 2.5vw;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.solutions .details-banner__title {
  font-size: 3.6rem;
}
main.solutions .details-banner__description {
  margin-top: 4rem;
}
main.solutions .details-banner__btn {
  margin-top: 4.6rem;
  background-color: #fff;
  color: #ee822f !important;
  transform: none;
}
main.solutions .features {
  margin-top: 6rem;
}
main.solutions .features__title {
  font-size: 2.4rem;
}
main.solutions .features__list {
  margin-top: 3.2rem;
}
main.solutions .features__list li {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  margin: 2rem 0;
}
main.solutions .features__list li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #ee822f;
  border-radius: 50%;
  margin-right: 2rem;
}
main.solutions .features__img-wrap {
  padding-bottom: 55%;
}
main.solutions .solutions-details {
  margin-top: 6rem;
}
main.solutions .solutions-details__title {
  font-size: 2.4rem;
}
main.solutions .solutions-details__btns {
  margin-top: 3.7rem;
  display: flex;
  align-items: center;
}
main.solutions .solutions-details__btn {
  cursor: pointer;
  width: 30rem;
  height: 5.6rem;
  border: 1px solid #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 1rem;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.solutions .solutions-details__btn.active {
  background-color: #ee822f;
  color: #fff;
}
main.solutions .solutions-details__container {
  margin-top: 4rem;
}
main.solutions .recommend {
  margin-top: 6rem;
  padding: 5.5rem 0;
  background-color: #f7f7f7;
}
main.solutions .recommend__container {
  margin-top: 3.5rem;
}
main.solutions .recommend-item:hover .recommend-item__shadow {
  opacity: 1;
}
main.solutions .recommend-item__img-wrap {
  padding-bottom: 100%;
}
main.solutions .recommend-item__title {
  font-size: 2.4rem;
  font-family: "Inter-UI-Medium";
  margin-top: 2.7rem;
  text-align: center;
}
main.solutions .recommend-item__shadow {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.solutions .recommend-item__shadow::after {
  content: "";
  position: absolute;
  width: 8.8rem;
  height: 8.8rem;
  background: var(--wpr-bg-2e2fa7fd-2715-4c24-b9ac-4f791c488a68) no-repeat center center, #fff;
}
main.solutions .recommend .swiper-pagination {
  position: unset;
  margin-top: 2rem;
}

main.about .company-intro__container {
  max-width: 1280px;
  padding: 6rem 2.708333vw;
  margin: 0 auto;
}
main.about .company-intro__content {
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
main.about .company-intro__title {
  font-size: 2.4rem;
  margin-top: 5rem;
}
main.about .company-intro__description {
  line-height: 2;
  margin-top: 4.9rem;
}
main.about .development {
  padding-top: 6rem;
  background-color: #f5f8f8;
}
main.about .development .swiper-slide-active .development-item {
  transform: translateY(0);
  opacity: 1;
}
main.about .development .swiper-button {
  width: 48px;
  height: 48px;
  border-radius: 0;
  box-shadow: none;
}
main.about .development .swiper-button-prev {
  left: 0;
}
main.about .development .swiper-button-next {
  right: 0;
}
main.about .development-item {
  padding-top: 10.570824%;
  padding-bottom: 7.610993%;
  padding-left: 10.993657%;
  padding-right: 5.919661%;
  position: relative;
  transform: translateY(30px);
  opacity: 0.5;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.about .development-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 100%;
  background: var(--wpr-bg-3bf148bf-5865-4b86-b487-e3f3cc058de4) no-repeat top center;
  background-size: 100% auto;
}
main.about .development-item__title {
  font-size: 4rem;
  font-family: "Inter-UI-Bold";
  line-height: 1;
  color: #ee822f;
}
main.about .development-item__content {
  margin-top: 3.6rem;
  height: 6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 4;
}
main.about .company-philosophy {
  margin-top: 6rem;
}
main.about .company-philosophy-item__img-wrap {
  padding-bottom: 62.780269%;
}
main.about .company-philosophy-item__title {
  font-size: 2.4rem;
  margin-top: 2.7rem;
}
main.about .company-philosophy-item__description {
  margin-top: 2.3rem;
  color: #666;
}
main.about .company-philosophy .swiper-pagination {
  position: unset;
  margin-top: 2rem;
}
main.about .other {
  margin-top: 5.2rem;
}
main.about .other__title {
  font-size: 3.2rem;
  margin-bottom: 3.6rem;
}
main.about .faq-item {
  margin-top: 2rem;
}
main.about .faq-item:first-child {
  margin: 0;
}
main.about .faq-item.active {
  border: 1px solid #ececec;
}
main.about .faq-item.active .faq-item__header {
  background-color: #ee822f;
  color: #fff;
}
main.about .faq-item.active .faq-item__header::before {
  background: var(--wpr-bg-2837ef53-fa54-4eac-a1b6-c5cf37708684) no-repeat center center;
}
main.about .faq-item.active .faq-item__body {
  display: block;
}
main.about .faq-item__header {
  height: 6.4rem;
  padding: 0 3rem;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
}
main.about .faq-item__header::before {
  content: "";
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--wpr-bg-e28c6e4f-6141-4ec8-b021-326547db0b15) no-repeat center center;
  margin-right: 3rem;
}
main.about .faq-item__question {
  font-size: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
main.about .faq-item__body {
  padding: 2.6rem 3rem;
  display: none;
}
main.about .faq-item__answer {
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}
main.about .review {
  height: 100%;
}
main.about .review-swiper-container {
  height: 100%;
  padding: 5rem 0;
  border: 1px solid #ececec;
}
main.about .review-swiper-pagination {
  position: unset;
}
main.about .review-item {
  height: 100%;
  padding: 0 3.958333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
main.about .review-item__icon {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  overflow: hidden;
}
main.about .review-item__posi {
  color: #8c8c8c;
  margin-top: 1.6rem;
}
main.about .review-item__content {
  line-height: 2;
  margin-top: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 3;
}
main.about .contact-bar {
  padding: 5.5rem 0;
  margin-top: 6rem;
  background: var(--wpr-bg-e7544185-acba-4061-a427-e17702f685a0) no-repeat center center;
  background-size: cover;
  color: #fff;
}
main.about .contact-bar__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.about .contact-bar__content {
  max-width: 700px;
}
main.about .contact-bar__title {
  font-size: 3.6rem;
}
main.about .contact-bar__description {
  font-size: 2rem;
  margin-top: 2.2rem;
}
main.about .contact-bar__btn {
  width: 21.6rem;
  height: 6.4rem;
  background-color: #fff;
  color: #ee822f;
  display: flex;
  justify-content: center;
  align-items: center;
}

main.article-details {
  padding: 6rem 0;
}
main.article-details .article-details__container {
  padding: 3rem;
  box-shadow: 0px 20px 40px 0px rgba(11, 21, 50, 0.1);
}
main.article-details .article-details__header {
  padding-bottom: 2rem;
  border-bottom: 1px solid #f5f5f5;
}
main.article-details .article-details__title {
  font-size: 2.8rem;
}
main.article-details .article-details__meta {
  font-size: 1.4rem;
  color: #a8a8a8;
  margin-top: 1rem;
}
main.article-details .end {
  color: #c8c8c8;
  text-align: center;
  margin: 1em 0;
}

main.contact .banner {
  background: var(--wpr-bg-bc21ba9e-a28f-41f0-8166-99c1084f740f) no-repeat center center;
  background-size: cover;
}
main.contact .banner__container {
  justify-content: flex-end;
  padding-bottom: 13rem;
}
main.contact .contact-headquarters__container {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-top: -100px;
  position: relative;
  box-shadow: 0px 0px 40px 0px rgba(11, 21, 50, 0.1);
}
main.contact .contact-headquarters__info {
  width: 55.633802%;
  padding: 3.645833vw 0;
  padding-left: 4.6875vw;
  flex-shrink: 0;
}
main.contact .contact-headquarters__img {
  flex-grow: 1;
  flex-shrink: 0;
}
main.contact .contact-headquarters__img-wrap {
  padding-bottom: 100%;
}
main.contact .contact-headquarters-item {
  display: flex;
}
main.contact .contact-headquarters-item__icon {
  flex-shrink: 0;
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  overflow: hidden;
}
main.contact .contact-headquarters-item__content {
  max-width: 460px;
  margin-left: 4rem;
}
main.contact .contact-headquarters-item__title {
  font-family: "Inter-UI-Medium";
  color: #8c8c8c;
}
main.contact .contact-headquarters-item__description {
  font-size: 2rem;
  font-family: "Inter-UI-Medium";
  margin-top: 1rem;
  word-wrap: break-word;
}
main.contact .contact-headquarters__line {
  width: 2px;
  height: 4.166667vw;
  background-color: #ccdeeb;
  margin-left: 4.3rem;
}
main.contact .map {
  margin-top: 6rem;
}
main.contact .divisions {
  padding: 6rem 0;
  padding-bottom: 35.5rem;
  margin-top: 6rem;
  background: var(--wpr-bg-168f58f3-88e2-453c-a0bb-7a513fc5b8cb);
}
main.contact .divisions__title {
  padding: 0 10px;
  text-align: center;
}
main.contact .divisions__title h2 {
  font-size: 3.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.contact .divisions__title h2 i {
  width: 14.947917vw;
  height: 1px;
  background-color: #ececec;
}
main.contact .divisions__title p {
  font-size: 1.8rem;
  color: #ee822f;
}
main.contact .divisions__container {
  padding: 0 3.645833vw;
  padding-top: 6.5rem;
  padding-bottom: 6rem;
  background-color: #fff;
}
main.contact .divisions-item {
  padding: 0 10px;
  margin-top: 4rem;
}
main.contact .divisions-item__inner {
  display: flex;
  padding: 3rem;
  border: 1px solid #e5e5e5;
}
main.contact .divisions-item__icon {
  flex-shrink: 0;
  width: 4.8rem;
}
main.contact .divisions-item__content {
  margin-left: 3rem;
}
main.contact .divisions-item__title {
  font-size: 2rem;
  font-family: "Inter-UI-Medium";
}
main.contact .divisions-item__description {
  font-size: 1.4rem;
}
main.contact .divisions__more {
  display: none;
}
main.contact .divisions__more-btn {
  text-align: center;
  color: #ee822f;
  cursor: pointer;
  margin-top: 4rem;
}
main.contact .divisions__more-btn.active::before {
  content: "Hidden more -";
}
main.contact .divisions__more-btn::before {
  content: "Find Out More +";
}
main.contact .contact {
  padding-bottom: 6rem;
  margin-top: -29.5rem;
  background: var(--wpr-bg-316452ff-5366-49bf-bbc1-5f03565a10b1) no-repeat center bottom;
  background-size: 100% auto;
}
main.contact .contact__title {
  font-size: 3.6rem;
  text-align: center;
}
main.contact .contact__socials {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.contact .contact__socials a {
  margin: 0 15px;
}
main.contact .contact__container {
  margin-top: 4rem;
}

@media (max-width: 1599px) {
  main.index .solutions-item .row {
    align-items: center;
  }
  main.index .solutions-item__btn {
    margin-top: 3.2rem;
  }
  main.index .cases__content {
    width: 100%;
  }
  main.index .cases-swiper {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1279px) {
  .c-cases-item {
    padding: 0;
  }
  .c-cases-item__content {
    padding: 0;
    position: unset;
    transform: none;
  }
  .c-cases-item__params {
    display: none;
  }
  main.index .products__container {
    margin: 0;
  }
  main.index .products__container .row {
    align-items: center;
  }
  main.index .solutions-item__content {
    padding: 0;
  }
  main.index .cases {
    padding-bottom: 6rem;
  }
  main.index .cases__content {
    display: none;
  }
  main.index .cases__container {
    margin-top: 6rem;
  }
  main.index .cases-swiper {
    width: 960px;
    position: unset;
    transform: none;
    padding: 0 10px;
    margin: 0 auto;
  }
  main.index .cases .swiper-container {
    width: 100%;
    height: auto;
    box-shadow: none;
  }
  main.index .cases .swiper-pagination {
    bottom: -3.6rem;
  }
  main.index .news {
    background: #f5f5f5;
  }
  main.products .banner__container {
    justify-content: center;
    padding: 0;
  }
  main.products .products-details__header .swiper {
    padding: 0;
  }
  main.solutions .culture__container {
    padding: 0;
  }
  main.solutions .services {
    margin-top: 6rem;
  }
  main.contact .banner__container {
    justify-content: center;
    padding: 0;
  }
  main.contact .contact-headquarters__container {
    margin-top: 6rem;
  }
}
@media (max-width: 1023px) {
  .header {
    height: 50px;
  }
  .header__logo {
    width: auto;
    height: 30px;
  }
  .header__logo img {
    height: 100%;
  }
  .header__nav, .header__language, .header__email {
    display: none;
  }
  .header__nav-mobile {
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    background-color: #ee822f;
    color: #fff;
    overflow-y: scroll;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  }
  .header__nav-mobile.active {
    opacity: 1;
    visibility: visible;
  }
  .header__nav-mobile .menu {
    padding: 20px 0;
  }
  .header__nav-mobile .menu li {
    padding: 0 20px;
    line-height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .header__nav-mobile .menu li.current-menu-ancestor > a, .header__nav-mobile .menu li.current-menu-item > a {
    font-family: "Inter-UI-Bold";
  }
  .header__nav-mobile .menu li.active .arrow {
    transform: rotate(-180deg);
  }
  .header__nav-mobile .menu li .arrow {
    transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  }
  .header__nav-mobile .menu li .sub-menu {
    width: 100%;
    display: none;
  }
  .header__nav-btn {
    width: 20px;
    height: 20px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }
  .header__nav-btn.active span:nth-child(1) {
    transform: translateY(8.5px) rotate(-45deg);
  }
  .header__nav-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .header__nav-btn.active span:nth-child(3) {
    transform: translateY(-8.5px) rotate(45deg);
  }
  .header__nav-btn span {
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #ee822f;
    transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  }
  main {
    margin-top: 50px;
  }
  main.index .products-item {
    display: none;
  }
  main.index .products-item.active {
    display: flex;
  }
  main.index .solutions-item__thumbnail::after {
    left: auto !important;
    right: auto !important;
  }
  main.index .solutions-item__content {
    margin-top: 4rem;
    align-items: center !important;
    text-align: center !important;
  }
  main.index .about-us__statistics {
    margin-top: 2rem;
  }
  main.index .cases-swiper {
    width: 720px;
  }
  .footer {
    background: #0a1330;
  }
  main.products .products-details__header .swiper {
    margin-top: 4rem;
  }
  main.solutions .culture__content {
    padding: 0;
    margin-top: 1.6rem;
    text-align: center;
  }
  main.about .other__title {
    text-align: center;
  }
  main.about .review {
    margin-top: 5.2rem;
  }
  main.about .review-swiper-container {
    height: auto;
  }
  main.about .review-swiper-pagination {
    margin-top: 2rem;
  }
  main.about .contact-bar__container {
    flex-wrap: wrap;
  }
  main.about .contact-bar__content {
    width: 100%;
    text-align: center;
  }
  main.about .contact-bar__btn {
    margin: 0 auto;
    margin-top: 2.7rem;
  }
  main.contact .contact-headquarters__container {
    flex-wrap: wrap;
    padding: 40px;
  }
  main.contact .contact-headquarters__info {
    width: 100%;
    padding: 0;
    margin-bottom: 4rem;
  }
  main.contact .contact-headquarters-item__content {
    margin-left: 2rem;
  }
  main.contact .contact-headquarters__line {
    height: 4rem;
  }
  main.contact .contact-headquarters__img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-title h2 {
    font-size: 3rem;
  }
  .c-contact__container {
    padding: 20px;
    padding-top: 0;
  }
  .c-contact-form__item {
    margin-top: 20px !important;
  }
  main.index .products__container {
    padding: 0;
  }
  main.index .products-item::before {
    display: none;
  }
  main.index .products-item__title {
    font-size: 2rem;
  }
  main.index .solutions {
    padding: 8rem 0;
  }
  main.index .solutions-item {
    margin-top: 6rem;
  }
  main.index .solutions-item__thumbnail::after {
    display: none;
  }
  main.index .solutions-item__title {
    font-size: 2.4rem;
  }
  main.index .solutions-item__excerpt {
    font-size: 1.6rem;
  }
  main.index .about-us__content {
    text-align: center;
  }
  main.index .about-us__more {
    justify-content: center;
  }
  main.index .about-us__photos .photos-item::after {
    display: none;
  }
  main.index .cases {
    padding-bottom: 0;
  }
  main.index .cases-swiper {
    width: 100%;
    padding: 0;
  }
  main.index .cases .swiper-pagination {
    bottom: auto;
    top: -3.6rem;
  }
  main.news .news-item__link {
    margin-top: 1.6rem;
  }
  main.solutions .details-banner__container {
    height: 400px;
    padding: 0 15px;
  }
  main.about .company-intro__container {
    padding-left: 0;
    padding-right: 0;
  }
  main.about .company-philosophy-item__content {
    text-align: center;
  }
  main.contact .contact-headquarters__container {
    padding: 20px;
  }
}/*# sourceMappingURL=index.css.map */