:root {
  --theme_color: #004f9f;
  --subtheme_color: #ee941f;
  --hover_color: #ee7623;
  --title_color: #01182b;
  --content_color: #2d2d2d;
  --bg_color: #edf3f7;
  --border_color: #d4d4d4;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 143rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
.header_content {
  max-width: 181.5rem;
  margin: 0 auto;
  position: relative;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title_color);
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title_color);
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title_color);
  font-family: "Inter", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
}
.gap {
  gap: 2rem;
}
li.swiper-slide {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--theme_color);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
  background-color: var(--theme_color);
  color: #fff;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 500;
  gap: 1rem;
  position: relative;
  padding: 1.95rem 3.15rem;
}
.btn::after {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  content: '';
  background: url("../img/arrow-b.svg") no-repeat center / contain;
  transition: all 0.4s;
  filter: contrast(0) brightness(2);
}
.btn:hover {
  background-color: var(--subtheme_color);
}
.btn:hover::after {
  transform: translateX(20%);
}
.btn_w {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
  background-color: #fff;
  color: #1e1e1e;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 500;
  gap: 1rem;
  padding: 2rem 3.15rem 1.9rem;
}
.btn_w::after {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  content: '';
  background: url("../img/arrow-b.svg") no-repeat center / contain;
  transition: all 0.4s, filter 0.3s;
}
.btn_w:hover {
  color: #fff;
  background-color: var(--subtheme_color);
}
.btn_w:hover::after {
  transform: translateX(20%);
  filter: contrast(0) brightness(2);
}
.btn_line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid rgba(1, 24, 43, 0.3);
  color: var(--title_color);
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 500;
  gap: 1rem;
  padding: 1.9rem 3.15rem;
}
.btn_line::after {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  content: '';
  background: url("../img/arrow-b.svg") no-repeat center / contain;
  transition: all 0.4s, filter 0.3s;
}
.btn_line:hover {
  color: #fff;
  background-color: var(--subtheme_color);
  border-color: var(--subtheme_color);
}
.btn_line:hover::after {
  transform: translateX(20%);
  filter: contrast(0) brightness(2);
}
.btn_more {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--theme_color);
  gap: 1.3rem;
}
.btn_more::after {
  width: 4.1rem;
  height: 4.1rem;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 50%;
  background: url("../img/arrow-r-w.svg") no-repeat center / 29.27% var(--theme_color);
  content: '';
  transition: all 0.3s;
}
.btn_more:hover::after {
  background-color: var(--subtheme_color);
}
.swiper_btns {
  gap: 3.3rem;
  display: flex;
}
.swiper_btns div {
  width: 6.2rem;
  height: 6.2rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / contain;
  filter: contrast(0) brightness(0);
}
.swiper_btns div:hover {
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.swiper_btns div:hover::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  background-color: rgba(239, 239, 239, 0.64);
  pointer-events: none;
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 164.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.head h1 {
  font-size: 6.8rem;
  line-height: 8rem;
  font-weight: 700;
  letter-spacing: 1.1px;
}
.head h2 {
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
  letter-spacing: 1.25px;
}
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 996;
  width: 100%;
  transition: all 0.3s;
  background-color: #fff;
}
header.sticky {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .left {
  display: flex;
  align-items: center;
  margin-right: 1.35%;
}
header .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
header .logo img {
  display: block;
  width: auto;
  height: 5.06428rem;
}
header .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
header nav .menu {
  display: flex;
  gap: 3.8rem;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li::after {
  opacity: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -1px;
  content: '';
  background-color: var(--theme_color);
  transition: all 0.3s;
  transform: translateX(-50%);
}
header nav .menu > li > a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
  line-height: 9.4rem;
  padding-top: 2px;
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a,
header nav .menu > li:hover > a {
  color: var(--theme_color);
}
header nav .menu > li.current-menu-item::after,
header nav .menu > li.current-menu-parent::after,
header nav .menu > li:hover::after {
  opacity: 1;
}
header nav .menu > li:hover ul {
  opacity: 1;
  pointer-events: all;
  padding: 1.6rem 2.4rem;
}
header nav .menu > li:hover ul li {
  transform: translate(0);
}
header nav .sub-menu {
  left: -2.4rem;
  position: absolute;
  min-width: 20rem;
  background-color: #fff;
  padding: 1.6rem 2.4rem 0;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
header nav .sub-menu > li {
  margin-bottom: 0.5rem;
  transition: all 0.4s;
  transform: translateY(-1.6rem);
}
header nav .sub-menu > li > a {
  display: block;
  padding: 0.8rem 0;
  transition: all 0.3s;
  font-size: 1.5rem;
  position: relative;
}
header nav .sub-menu > li > a::after {
  opacity: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background-color: var(--theme_color);
  transition: all 0.3s;
}
header nav .sub-menu > li > a:hover {
  color: var(--theme_color);
}
header nav .sub-menu > li > a:hover::after {
  opacity: 1;
}
header .btns {
  gap: 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 9.6rem;
}
/* header .btn_search {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  background: url(../img/icon-search.svg) no-repeat center / contain;
} */
header .btn_search {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  position: relative;
}
header .btn_search i {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
.header_search {
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  filter: none;
  transition: all .3s;
  width: 6.4rem;
  opacity: 0;
  pointer-events: none;
  outline: 1px solid rgba(0, 0, 0, 0.1);
}
.header_search:focus-within {
  outline-color: var(--theme_color);
}
.header_search.active {
  opacity: 1;
  pointer-events: all;
  width: 23rem;
}
.header_search form {
  display: grid;
  grid-template-columns: 1fr auto;
}
.header_search input[type="text"] {
  padding: 0 1.2rem;
  width: 100%;
}
.header_search input[type="submit"] {
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-search.svg) no-repeat center/2rem;
}
header .btn_menu {
  display: none;
}
header .btn {
  gap: 0.8rem;
  padding: 1.95rem 3.3rem;
}
header .btn::after {
  background-image: url("../img/arrow-r-w.svg");
}
footer .footer_main {
  padding: 12.7rem 0 1rem;
}
footer .footer_main .flex {
  gap: 12rem 2rem;
}
footer .slide_obj {
  max-width: 18.7rem;
}
footer .slide_obj strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  color: #848484;
  text-transform: uppercase;
  margin-bottom: 2.2rem;
}
footer .slide_obj li:last-child {
  margin-bottom: 0;
}
footer .slide_obj li a {
  font-size: 1.7rem;
  line-height: 3.6rem;
  color: #212121;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
}
footer .slide_obj li a:hover {
  color: var(--theme_color);
  text-decoration-color: var(--theme_color);
}
footer .slide_intro {
  width: 32.8rem;
  margin-top: -9.1rem;
  margin-right: 3.4%;
  max-width: unset;
}
footer .slide_intro .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  max-width: 21.7rem;
  margin-bottom: 3rem;
}
footer .slide_intro .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .slide_intro .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
footer .slide_intro form {
  width: 100%;
  display: grid;
  gap: 1.1rem;
  margin-top: 2rem;
}
footer .slide_intro form input {
  display: block;
  font-size: 1.7rem;
  color: #212121;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  padding: 1.4rem 1.65rem 1.5rem;
}
footer .slide_intro form input::placeholder {
  color: #212121;
}
footer .slide_intro form input[type=submit] {
  font-weight: 500;
  background-color: #e2e8ed;
  border: none;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 1.6rem 1.65rem 1.4rem;
}
footer .slide_intro form input[type=submit]:hover {
  background-color: var(--theme_color);
  color: #fff;
}
footer .slide_connect {
  width: 25.5rem;
  max-width: unset;
}
footer .slide_connect li {
  position: relative;
  padding-left: 2.9rem;
  margin-bottom: 2.4rem;
}
footer .slide_connect li::before {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: no-repeat center left / contain;
  position: absolute;
  left: 0;
  top: 0.3rem;
}
footer .slide_connect li a {
  line-height: normal;
  font-weight: 500;
}
footer .slide_connect li .label {
  color: #848484;
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-top: 0.6rem;
}
footer .slide_connect .phone::before {
  background-image: url(../img/icon-phone1.svg);
}
footer .slide_connect .email::before {
  top: 0.4rem;
  background-size: 88.8889%;
  background-image: url(../img/icon-email.svg);
}
footer .slide_menu {
  max-width: unset;
}
footer .slide_menu strong {
  display: none;
}
footer .slide_menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.75rem;
}
footer .slide_menu li {
  margin-bottom: 0;
}
footer .slide_social {
  align-self: center;
}
footer .slide_social .social {
  gap: 2rem 4rem;
  display: flex;
  flex-wrap: wrap;
}
footer .slide_social .social a {
  opacity: 1;
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
footer .slide_social .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
}
footer .slide_social .social a:hover {
  transform: scale(1.1);
}
footer .slide_social .social .facebook a::after {
  background-image: url(../img/facebook.svg);
}
footer .slide_social .social .twitter a::after {
  background-image: url(../img/twitter.svg);
}
footer .slide_social .social .youtube a::after {
  background-image: url(../img/youtube.svg);
}
footer .slide_social .social .instagram a::after {
  background-image: url(../img/instagram.svg);
}
footer .slide_social .social .linkedin a::after {
  background-image: url(../img/linkedin.svg);
}
footer .copyright .flex {
  border-top: 1px solid #dbdbdb;
  padding: 1.6rem 0 2rem;
}
footer .copyright p,
footer .copyright a {
  color: #212121;
  opacity: 0.85;
}
footer .copyright a {
  opacity: 0.68;
  display: block;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .copyright a:hover {
  opacity: 1;
  color: var(--theme_color);
  text-decoration-color: var(--theme_color);
}
footer .copyright ul {
  gap: 2rem 5.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section {
  background-color: transparent;
}
.footer_contact .inner {
  width: calc(100% - 4rem);
  max-width: 157.7rem;
  margin: 0 auto;
  background: url("../img/footer-bg1.png") no-repeat center / cover;
  border-radius: 6px;
}
.footer_contact .flex {
  padding-top: 5rem;
}
.footer_contact .img {
  width: 40.36%;
  margin-left: -2.36%;
  border-radius: 10px;
}
.footer_contact .img:hover img {
  transform: scale(1.02);
}
.footer_contact .head {
  flex: 1;
  max-width: 76.3rem;
  padding-bottom: 3.8%;
}
.footer_contact h2 {
  width: 100%;
  margin-bottom: 1.2rem;
}
.footer_contact form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 0.5rem;
}
.footer_contact form span {
  width: 100%;
}
.footer_contact form .col-2 {
  width: 49.28%;
}
.footer_contact form input,
.footer_contact form textarea {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: var(--content_color);
  background-color: #fff;
  border-radius: 4px;
  padding: 2.1rem 1.8rem 1.9rem;
}
.footer_contact form input::placeholder,
.footer_contact form textarea::placeholder {
  color: #65676b;
}
.footer_contact form textarea {
  height: 11.7rem;
}
.footer_contact form span:has(input[type=checkbox]) {
  margin-top: 1.5rem;
}
.footer_contact form input[type=checkbox] {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  vertical-align: top;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer_contact form input[type=checkbox]::after {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
  background: url(../img/gou.svg) no-repeat center / contain;
  transition: all 0.3s;
  opacity: 0;
}
.footer_contact form input[type=checkbox]:checked::after {
  opacity: 1;
}
.footer_contact form input[type=checkbox] ~ span {
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
  color: #65676b;
  line-height: 2.8rem;
  font-weight: 300;
  padding-left: 1rem;
  width: calc(100% - 2.9rem);
  margin-top: -0.4rem;
}
.footer_contact form input[type=checkbox] ~ span a {
  color: var(--theme_color);
  text-decoration: underline;
  transition: all 0.3s;
  font-weight: 400;
}
.footer_contact form input[type=checkbox] ~ span a:hover {
  color: var(--subtheme_color);
  text-decoration-color: transparent;
}
.footer_contact form span:has(.btn) {
  margin-top: 2rem;
}
.footer_contact form .btn {
  gap: 0.8rem;
}
.footer_contact form .btn input {
  display: none;
}
.page_banner {
  position: relative;
  background-color: unset;
}
.page_banner::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: url("../img/banner-mask.png") no-repeat center / cover;
  pointer-events: none;
}
.page_banner .flex {
  min-height: 63.3rem;
  padding: 6rem 0;
}
.page_banner .head {
  max-width: 85.6rem;
  flex: 1;
  color: #fff;
  padding-top: 1.6%;
}
.page_banner p {
  font-size: 2.8rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1.9rem;
  letter-spacing: 0.9px;
  font-weight: 300;
}
.page_banner .btn_w {
  margin-top: 3.5rem;
}
.page_banner .breadcrumbs {
  line-height: 3rem;
  min-height: 4rem;
  padding-bottom: 2rem;
}
.page_banner .breadcrumbs span {
  font-size: 1.7rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}
.page_banner .breadcrumbs span span::before {
  content: '/ ';
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.35);
  transform: rotate(15deg);
  display: inline-block;
  margin: 0 1rem;
}
.page_banner .breadcrumbs span span:first-child a {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  content: '';
  background: url("../img/icon-home.svg") no-repeat center / contain;
  filter: contrast(0) brightness(2);
}
.page_banner .breadcrumbs span span:first-child a:hover {
  filter: unset;
}
.page_banner .breadcrumbs span span:first-child::before {
  display: none;
}
.page_banner .breadcrumbs span a {
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.page_banner .breadcrumbs span a:hover {
  color: var(--subtheme_color);
  text-decoration-color: var(--subtheme_color);
}
.page_nav {
  background-color: var(--theme_color);
}
.page_nav .swiper_btns {
  width: calc(100% + 12rem);
}
.page_nav .page_nav_swiper {
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}
.page_nav .page_nav_swiper li {
  flex: 1 0 20%;
}
.page_nav .page_nav_swiper li:last-child .nav_item {
  border-right: none;
}
.page_nav .nav_item {
  color: #fff;
  display: grid;
  height: 100%;
  grid-template-columns: 1fr 4.4rem;
  align-items: start;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  gap: 0.5rem 1rem;
  padding: 2.2rem 5.5% 1.7rem;
}
.page_nav .nav_item.active i,
.page_nav .nav_item:hover i {
  background-color: var(--subtheme_color);
}
.page_nav .nav_item.active i::after,
.page_nav .nav_item:hover i::after {
  transform: rotate(90deg);
  filter: contrast(0) brightness(2);
}
.page_nav .nav_item .title {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 500;
  font-weight: 400;
}
.page_nav .nav_item i {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  display: block;
  transition: all 0.3s;
}
.page_nav .nav_item i::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  display: block;
  background: url("../img/arrow-r-b.svg") no-repeat center / 29.55%;
  transition: all 0.3s;
}
.page_nav .nav_item .index {
  display: block;
  font-size: 1.4rem;
  opacity: 0.42;
  grid-column: -1/1;
  font-weight: 300;
  align-self: end;
}
.page_nav.lar .nav_item {
  padding: 3rem 5.5% 1.7rem;
}
.page_nav.lar .nav_item .title {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 2rem;
  height: 100%;
}
.page_nav.lar .nav_item .title .index {
  align-self: unset;
  margin-top: auto;
}
.page_nav .swiper_btns div {
  width: 4rem;
  height: 4rem;
  background-color: rgba(239, 239, 239, 0.5);
}
.page_nav .swiper_btns div::after {
  width: 1.6rem;
  height: 1.6rem;
}
.page_nav .swiper_btns div:hover {
  background-color: var(--subtheme_color);
}
.page_nav .swiper_btns .swiper-button-disabled {
  opacity: 0;
}
div:has(.page_nav2) {
  position: sticky;
  top: 9.6rem;
  z-index: 9;
}
.page_nav2 {
  position: sticky;
  top: 9.6rem;
  z-index: 9;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e4eaef;
}
.page_nav2 .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4.8rem;
}
.page_nav2 .nav_item {
  display: block;
  font-size: 1.5rem;
  color: #2d2d2d;
  opacity: 0.8;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s;
  padding: 2.7rem 0 3rem;
}
.page_nav2 .nav_item::after {
  opacity: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -1px;
  content: '';
  background-color: var(--theme_color);
  border-radius: 100px;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.page_nav2 .nav_item.active,
.page_nav2 .nav_item:hover {
  color: var(--theme_color);
  opacity: 1;
}
.page_nav2 .nav_item.active::after,
.page_nav2 .nav_item:hover::after {
  opacity: 1;
}
.page_nav2 .nav_item.active {
  font-weight: 500;
}
.page_mrna {
  padding: 5.25rem 0 6.5rem;
}
.page_mrna .flex {
  margin-top: 5.8rem;
}
.page_mrna .items {
  flex: 1;
  max-width: 46.8rem;
  padding-top: 1.4rem;
}
.page_mrna .items .item {
  position: relative;
  display: grid;
  grid-template-columns: 3rem 1fr 1.6rem;
  align-items: start;
  gap: 3.2rem;
  border-bottom: 1px solid #ededed;
  cursor: pointer;
  transition: all 0.3s;
  padding: 2.3rem 0 2.5rem;
}
.page_mrna .items .item::after {
  width: 0;
  height: 2px;
  background-color: var(--subtheme_color);
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  transition: all 0.3s;
}
.page_mrna .items .item.active {
  padding-bottom: 2.3rem;
}
.page_mrna .items .item.active .index {
  color: var(--title_color);
}
.page_mrna .items .item.active .title {
  color: var(--theme_color);
  font-weight: 700;
}
.page_mrna .items .item.active i {
  opacity: 1;
}
.page_mrna .items .item.active::after {
  width: 100%;
}
.page_mrna .items .index {
  font-size: 1.8rem;
  font-weight: 500;
  color: #606060;
  transform: translateY(0.8rem);
  transition: all 0.3s;
}
.page_mrna .items .title {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #606060;
  letter-spacing: 0.1px;
  transition: all 0.3s;
}
.page_mrna .items i {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: '';
  background: url("../img/arrow-r.svg") no-repeat center / contain;
  transition: all 0.3s;
  opacity: 0;
  align-self: center;
}
.page_mrna .page_mrna_swiper {
  overflow: hidden;
  width: 58.36%;
  border-radius: 10px;
}
.page_mrna .page_mrna_swiper .swiper-slide:hover img {
  transform: scale(1.02);
}
.page_mrna .page_mrna_swiper .img {
  border-radius: 10px;
  width: 100%;
  padding-bottom: 47.25%;
}
.page_mrna .page_mrna_swiper .info {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--content_color);
  font-weight: 300;
  margin-top: 2.7rem;
}
.page_mrna .page_mrna_swiper .info p {
  margin-bottom: 2.1rem;
}
.page_mrna .page_mrna_swiper .info em {
  font-size: 1.7rem;
  padding-top: 0.9rem;
  border-top: 1px solid #d5dde2;
  display: block;
}
.page_workflow {
  padding: 6.5rem 0 5.5rem;
}
.page_workflow .head {
  max-width: 85rem;
}
.page_workflow .page_workflow_swiper {
  margin-top: 4.5rem;
}
.page_workflow p.center:has(.btn) {
  margin-top: 8.2rem;
}
.page_workflow_swiper {
  overflow: hidden;
}
.page_workflow_swiper .swiper-slide {
  position: relative;
  text-align: center;
  width: auto;
  max-width: 25rem;
  margin-right: 2.9rem;
}
.page_workflow_swiper .swiper-slide::before,
.page_workflow_swiper .swiper-slide::after {
  content: '';
  display: block;
  width: calc(100% + 2.9rem);
  height: 2px;
  border-top: 2px dashed rgba(36, 36, 36, 0.15);
  position: absolute;
  left: 50%;
  top: calc(25rem + 1.4rem + 3.5rem);
  z-index: -2;
}
.page_workflow_swiper .swiper-slide::after {
  width: 0;
  border: none;
  z-index: -1;
  background-color: var(--subtheme_color);
  transition: all 5s linear;
}
.page_workflow_swiper .swiper-slide:last-child::before,
.page_workflow_swiper .swiper-slide:last-child::after {
  display: none;
}
.page_workflow_swiper .swiper-slide.active .order {
  background-color: transparent;
}
.page_workflow_swiper .swiper-slide.active .order::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.page_workflow_swiper .swiper-slide.active .order span {
  background-color: var(--subtheme_color);
}
.page_workflow_swiper .swiper-slide.active_line::after {
  width: calc(100% + 2.9rem);
}
.page_workflow_swiper .img {
  width: 25rem;
  height: 25rem;
  z-index: 2;
  margin: 0 auto;
}
.page_workflow_swiper .img::before {
  width: 76.8%;
  padding-bottom: 76.8%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background-color: var(--bg_color);
  transform: translate(-50%, -50%);
  z-index: -1;
  content: '';
}
.page_workflow_swiper .order {
  width: 7.1rem;
  height: 7.1rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin: 1.4rem auto 0;
}
.page_workflow_swiper .order::before {
  width: 64.8%;
  height: 64.8%;
  border-radius: 50%;
  position: absolute;
  content: '';
  background-color: rgba(238, 148, 31, 0.45);
  transition: all 0.4s, opacity 0.3s;
  opacity: 0;
  z-index: -1;
}
.page_workflow_swiper .order span {
  width: 64.8%;
  height: 64.8%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme_color);
  color: #fff;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 1.8rem;
  font-weight: 400;
}
.page_workflow_swiper h3 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 500;
  max-width: 22rem;
  margin: 3.5rem auto 0;
}
.solution_item.active a::after {
  width: 100%;
}
.solution_item.active .btn_more::after {
  background-color: var(--subtheme_color);
}
.solution_item a {
  border-bottom: 1px solid #d3d3d3;
  position: relative;
  display: grid;
  grid-template-columns: 24.7% 24.1% 1fr;
  align-items: start;
  gap: 2rem 3.7%;
  padding: 4.2rem 0;
  min-height: 36.5rem;
}
.solution_item a::after {
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  background-color: var(--theme_color);
  transition: all 0.3s;
}
.solution_item .img {
  width: 100%;
  padding-bottom: 81%;
  border-radius: 6px;
}
.solution_item .img i {
  width: 6rem;
  height: 6rem;
  display: block;
  content: '';
  background: no-repeat center / contain;
  filter: contrast(0) brightness(2);
  position: absolute;
  left: 2rem;
  top: 2rem;
  z-index: 2;
}
.solution_item .img::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: url("../img/solutions-mask.png") no-repeat center / cover;
  pointer-events: none;
  z-index: 1;
}
.solution_item h3 {
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-top: 0.7rem;
}
.solution_item .info {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 0.8rem;
}
.solution_item .info > div {
  flex: 1;
}
.solution_item .info p {
  font-size: 1.8rem;
  line-height: 3rem;
  hyphens: auto;
  color: #2d2d2d;
  font-weight: 300;
  margin-top: 0;
}
.solution_item .info ul {
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2rem;
}
.solution_item .info ul li {
  position: relative;
  font-size: 1.7rem;
  line-height: 3rem;
  padding-left: 2.3rem;
}
.solution_item .info ul li::before {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 0;
  top: 1.2rem;
  content: '';
  border-radius: 50%;
  background-color: var(--theme_color);
}
.solution_item .info .btn_more {
  margin-top: 2rem;
}
.service_item {
  height: 100%;
}
.service_item .info {
  border-radius: 6px;
  background-color: #fff;
  min-height: 23.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  padding: 2.8rem 9.1% 3.2rem;
}
.service_item:hover .info,
.service_item.active .info {
  background-color: var(--theme_color);
  color: #fff;
}
.service_item:hover .index,
.service_item.active .index {
  color: rgba(255, 255, 255, 0.42);
}
.service_item:hover .index::before,
.service_item.active .index::before {
  background-color: var(--subtheme_color);
}
.service_item .index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: 500;
  color: rgba(1, 24, 43, 0.42);
  gap: 2rem;
  margin-bottom: auto;
  transition: all 0.3s;
}
.service_item .index::before {
  width: 0.7rem;
  height: 0.7rem;
  display: inline-block;
  content: '';
  border-radius: 50%;
  background-color: var(--theme_color);
  margin-top: 0.5rem;
  transition: all 0.3s;
}
.service_item .title {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 500;
  margin-top: 2rem;
}



.header_menu {
  display: none;
}
.header_menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  width: 100%;
  padding: 3.6rem 0;
  border-top: 1px solid #e8e9ea;
}
.header_menu .content > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}
.header_menu .content > ul > li {
  width: 15%;
}
.header_menu .content > ul li .img {
  aspect-ratio: 234/162;
  width: 100%;
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
}
.header_menu .content > ul li .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  transition: all 0.3s;
  max-height: 100%;
  object-fit: cover;
}
.header_menu .content > ul li strong {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.header_menu .content > ul li:hover .img img {
  transform: scale(1.1);
}
.header_menu .content > ul li strong:after {
  content: "";
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  background: url('../img/arr-thr.svg') no-repeat center / contain;
  display: inline-block;
}
.header_menu.product_menu .content > ul li ul {
  column-count: 2;
}
.header_menu .content > ul li ul li {
  margin-bottom: .8rem;
}
.header_menu .content > ul li ul li a {
  font-size: 1.4rem;
  color: #888;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2rem;
  transition: all 0.3s;
}
.header_menu .content > ul li ul li a:after {
  content: "";
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  background: url('../img/right8.svg') no-repeat center / contain;
  filter: brightness(0.8);
}
.header_menu .content > ul li ul li a:hover {
  color: var(--theme_color);
}
.menu_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
.menu_overlay.active {
  opacity: 1;
  pointer-events: all;
}
nav .con > div > ul > li.menu-item-has-children > .sub-menu {
  display: none;
}


/*** global css ***/
.empty_img {
  max-width: 388px;
  margin: 0 auto;
  display: block;
}
.loading {
  position: relative;
}
.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9;
}

div form#sytech-newsletter-subscription {
  display: grid;
}
div form#sytech-newsletter-subscription p.success,
div form#sytech-newsletter-subscription p.failed {
  top: unset;
  bottom: 100%;
  width: 100%;
  max-width: 250px;
  font-size: 12px;
  background-color: var(--theme_color);
  padding: 12px 12px 12px 32px;
}
div form#sytech-newsletter-subscription p.success.active,
div form#sytech-newsletter-subscription p.failed.active {
  top: unset;
  bottom: 110%;
}
div form#sytech-newsletter-subscription p.success::before,
div form#sytech-newsletter-subscription p.failed::before {
  top: 12px;
  width: 16px;
  height: 16px;
  filter: contrast(0) brightness(2);
}
div form#sytech-newsletter-subscription p.success::after,
div form#sytech-newsletter-subscription p.failed::after {
  bottom: unset;
  top: 100%;
  border-top-color: var(--theme_color);
}

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: .5rem;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
/*** global css ***/


.vector_workflow {
  padding: 9.7rem 0 2.8rem;
}
.vector_workflow .table {
  margin-top: 4.4rem;
  background-color: var(--bg_color);
  border-radius: 6px;
}
.vector_workflow .table .t_head {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-bottom: 1px solid var(--theme_color);
}
section.vector_workflow .table .t_head {
  display: flex;
}
.vector_workflow .table .t_head span {
  flex: 1;
  font-size: 1.9rem;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 2.6rem 2rem;
}
.vector_workflow .table .t_head span:nth-child(even) {
  background-color: #f4f7f9;
}
.vector_workflow .table .t_body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 3rem 0 4.9rem;
}
section.vector_workflow .table .t_body {
  display: flex;
}
.vector_workflow .table .t_body .col-1 {
  flex: 1;
}
.vector_workflow .table .t_body .col-2 {
  flex: 2;
  grid-column: span 2;
}
.vector_workflow .table .t_body .col-2 .title {
  clip-path: polygon(0 0, 92.7% 0, 97.25% 50%, 92.7% 100%, 0 100%);
}
.vector_workflow .table .t_body .col-3 {
  flex: 3;
  grid-column: span 3;
}
.vector_workflow .table .t_body .col-3 .title {
  clip-path: polygon(0 0, 96.333% 0, 99% 50%, 96.333% 100%, 0 100%);
  padding: 1.7rem 15% 1.7rem 1.9rem;
}
.vector_workflow .table .t_body .title {
  font-size: 1.7rem;
  line-height: 2rem;
  color: #fff;
  padding: 1.4rem 15% 1.2rem 1.9rem;
  background-color: var(--color);
  clip-path: polygon(0 0, 86% 0, 94.5% 50%, 86% 100%, 0 100%);
}
.vector_workflow .table .t_body .tip {
  position: relative;
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--content_color);
  padding-left: 3.3rem;
  margin-top: 1.3rem;
  padding-right: 1rem;
}
.vector_workflow .table .t_body .tip::before {
  content: '*';
  color: var(--theme_color);
  position: absolute;
  left: 1.8rem;
  top: 0.4rem;
  display: inline-block;
}



.investigator_introduction li {
  position: relative;
  padding-left: 2rem;
}
.investigator_introduction li::before {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.about_service .about_service_swiper .info p, .track_main .head p, .investigator_choose .head p, .rna_products .head p {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 2rem;
}
.about_service .about_service_swiper .info li, .rna_intro li, .track_main li {
  margin: 1.5rem 0;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 2rem;
  position: relative;
}
.about_service .about_service_swiper .info li::before, .rna_intro li::before, .track_main li::before {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  top: 1.2rem;
  transition: all .3s;
}
.about_service .about_service_swiper .active .info li::before {
  background-color: #fff;
}
.postid-301 .mrna_types .items .item {
  grid-template-columns: 43% 1fr;
}
.postid-301 .mrna_types .items .icon {
  display: none;
}
.rna_intro table {
  width: 100%;
  border-collapse: collapse;
}
.rna_intro table td {
  padding: 8px;
  line-height: 1.5;
  font-size: 16px;
  border: 1px solid var(--content_color);
}
section.rna_pro_main .table .t_row {
  grid-template-columns: 12% 1fr;
}
section.rna_pro_main .table .t_head>div {
    grid-template-columns: 12% repeat(auto-fit, minmax(0px, 1fr));
}
.investigator_choose .item .nums > div {
  gap: 20px 0;
}
section.investigator_choose .item .nums .num {
  line-height: 1.2;
}
.investigator_faq .faq_list .faq_item .answer ul {
  margin: 2rem 0;
}
.investigator_faq .faq_list .faq_item .answer li {
  position: relative;
  padding-left: 2rem;
}
.investigator_faq .faq_list .faq_item .answer li::before {
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  top: 1.2rem;
}
section.investigator_choose .item .nums .num_item:nth-child(even) {
  padding-right: 0;
}
section.rna_storage ul li {
  align-items: start;
}
section.rna_storage ul i {
  align-self: center;
  grid-row: span 3;
}
section.rna_storage ul strong {
  margin-top: 0;
}

.investigator_workflow .con .item h3 {
  transition: all .3s;
}
.investigator_workflow .con .item:hover h3 {
  border-color: var(--theme_color);
}

.postid-577 .track_main table td:first-child:last-child {
  color: var(--title_color);
  background-color: #fff;
  padding: 2.8rem 2.6rem 2.7rem;
  font-size: 1.7rem;
  font-weight: 400;
}
.investigator_faq .head p {
font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 300;
    margin-top: 3.2rem;
}
.track_desc .head .desc {
font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 300;
    margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .investigator_introduction li {
    padding-left: 20px;
  }
  .investigator_introduction li::before {
    width: 6px;
    height: 6px;
    top: 1rem;
  }
  .about_service .about_service_swiper .info p, .track_main .head p, .investigator_choose .head p, .rna_products .head p {
    margin-top: 10px;
    font-size: .9rem;
    line-height: 1.5rem;
  }
  .about_service .about_service_swiper .info li, .rna_intro li, .track_main li {
    margin: 10px 0;
    font-size: .9rem;
    line-height: 1.5rem;
    padding-left: 20px;
  }
  .about_service .about_service_swiper .info li::before, .rna_intro li::before, .track_main li::before {
    width: 6px;
    height: 6px;
    top: 1rem;
  }
  .postid-301 .mrna_types .items .item {
    grid-template-columns: 1fr;
  }
  .rna_intro table {
    width: calc(100vw - 40px);
      display: block;
      overflow: auto;
  }
  .rna_intro table td {
    min-width: 80px;
    font-size: 13px;
  }
  section.track_main table {
    min-width: 800px;
  }
  .investigator_faq .faq_list .faq_item .answer ul {
    margin: 12px 0;
  }
  .investigator_faq .faq_list .faq_item .answer li {
    padding-left: 20px;
  }
  .investigator_faq .faq_list .faq_item .answer li::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  section.investigator_choose .item .info .nums .num {
    font-size: 18px;
  }

  .postid-577 .track_main table td:first-child:last-child {
    font-size: 14px;
    padding: 12px 10px;
  }
.investigator_faq .head p {
font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 20px;
}
.track_desc .head .desc {
font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 0;
}
}