* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #062e62;
  --secondary: #0e3262;
  --title: #123f7e;
  --text: #062e62;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.large_content {
  max-width: 164.7rem;
  margin: 0 auto;
  position: relative;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 147rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  word-break: normal;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.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;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.row_reverse {
  flex-direction: row-reverse;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: "Inter", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #e7ebf2, #ffffff);
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  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_aba {
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.icon.icon_ab {
  position: relative;
}
.icon.icon_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
@keyframes shakeX {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20%);
  }
}
@keyframes shakeY {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20%);
  }
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 0.4rem;
  font-size: 1.5rem;
  color: #fff;
  line-height: 4.5rem;
  padding: 0 2.6rem;
  font-weight: 400;
}
.btn::after {
  position: absolute;
  right: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  flex-shrink: 0;
  content: '';
  transition: all 0.3s;
  background: url("../img/arrow.png") no-repeat center / contain;
  opacity: 0;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
  padding: 0 3.6rem 0 1.6rem;
}
.btn:hover::after {
  margin-right: 0;
  opacity: 1;
  animation: shakeX 0.5s infinite alternate;
}
.line_more {
  display: flex;
  align-items: center;
  gap: 2.1rem;
}
.line_more:not(.loading):has(.more[style="display: none;"]) {
  display: none;
}
.line_more:before {
  flex: 1;
  height: 1px;
  display: inline-block;
  content: '';
  background-color: #e9eaee;
}
.line_more .more {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--primary);
  line-height: normal;
  gap: 1rem;
  background-color: transparent;
}
.line_more .more::after {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  flex-shrink: 0;
  content: '';
  transition: all 0.3s;
  background: url("../img/arrow.png") no-repeat center / contain;
  opacity: 0;
  margin-right: -2.4rem;
}
.line_more .more:hover::after {
  margin-right: 0;
  opacity: 1;
  animation: shakeX 0.5s infinite alternate;
}
.btn_i {
  position: relative;
  z-index: 2;
  display: inline-grid;
  grid-template-columns: var(--w) 1fr;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 100px;
  background-color: #eef5ff;
  color: var(--primary);
  font-size: 1.667rem;
  font-weight: 500;
  --w: 4.8rem;
  gap: 2.3rem;
  min-width: 28.8rem;
  padding-right: 2rem;
}
.btn_i::before {
  position: absolute;
  width: var(--w);
  height: var(--w);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  z-index: -1;
  pointer-events: none;
  border-radius: 100px;
  background-color: #052d62;
  transition: all 0.3s;
}
.btn_i::after {
  order: -1;
  display: block;
  padding-bottom: 100%;
  content: '';
  border-radius: 50%;
  background: url("../img/add.svg") no-repeat center / 35.42%;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.btn_i:hover {
  color: #fff;
}
.btn_i:hover::before {
  width: 100%;
}
.btn_i:hover::after {
  transform: rotate(45deg);
}
.swiper_btns {
  gap: 2.2rem;
  display: flex;
}
.swiper_btns div {
  width: 5.3rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 0.4rem;
  background-color: #fafafa;
  border: 1px solid #e7eaf3;
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow.png) no-repeat center / 24%;
  filter: contrast(0) brightness(1.8);
}
.swiper_btns div:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.swiper_btns div:hover::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns .btn_prev::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: #fafafa;
  border-color: #e7eaf3;
  opacity: 0.68;
}
.swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(1.8);
}
.swiper_btns .swiper-button-lock {
  display: block;
  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;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.head.sm h2 {
  font-size: 3.6rem;
  letter-spacing: 0.095rem;
}
.head.white {
  color: #fff;
}
.head.white p {
  font-weight: 300;
  letter-spacing: -0.003rem;
}
.head.bn p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.head.bn.white p {
  letter-spacing: 0.007rem;
}
.head h1 {
  font-size: 5.4rem;
  line-height: 1.185185;
  font-weight: 400;
  letter-spacing: 0.18rem;
}
.head h2 {
  font-size: 4.2rem;
  line-height: 1.1905;
  font-weight: 500;
  letter-spacing: 0.113rem;
}
.head p,
.head .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
  letter-spacing: -0.019rem;
}
header {
  position: sticky;
  top: -6.6rem;
  left: 0;
  z-index: 996;
  width: 100%;
  transition: all 0.3s;
  background-color: var(--primary);
  color: #fff;
}
header.opt {
  top: 0;
}
header .content {
  width: calc(100% - 4rem);
  max-width: 186.6rem;
}
header .grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}
header .lt {
  display: flex;
  align-items: center;
}
header .lt .logo {
  display: block;
  position: relative;
}
header .lt .logo img {
  display: block;
  width: auto;
  height: 2.3018rem;
}
header .lt .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav {
  margin-right: 2.5rem;
}
header nav .menu {
  display: flex;
  gap: 4.95rem;
}
header nav .menu>li {
  position: relative;
  z-index: 2;
}
header nav .menu>li::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80%;
  height: 2px;
  content: '';
  background-color: #fff;
  transition: all 0.3s;
  transform: translateX(-50%);
  opacity: 0;
}
header nav .menu>li>a {
  display: block;
  font-size: 16px;
  transition: all 0.3s;
  line-height: 3.3rem;
  padding-bottom: 2px;
  letter-spacing: 0.012rem;
}
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;
}
header nav .menu>li:hover ul li {
  transform: translate(0);
}
header nav .menu>li.menu-item .sub-menu {
  display: none;
}
header nav .sub-menu {
  left: -2.4rem;
  position: absolute;
  min-width: 20rem;
  background-color: var(--primary);
  padding: 1.6rem 1.6rem 0;
  box-shadow: 0 0.2rem 0.5rem rgba(255, 255, 255, 0.1);
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
  width: calc(100% + 4.8rem);
}
header nav .sub-menu>li {
  margin-bottom: 5px;
  transition: all 0.4s;
  transform: translateY(-1.6rem);
}
header nav .sub-menu>li>a {
  display: block;
  padding: 1rem;
  transition: all 0.3s;
  font-size: 16px;
}
header nav .sub-menu>li>a:hover {
  background-color: #fff;
  color: var(--title);
}
header .btns {
  gap: 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 6.6rem;
}
header .btns .btn_lang {
  display: block;
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
}
header .btns .btn_menu {
  display: none;
}
footer {
  background-color: var(--secondary);
  color: #fff;
}
footer .top {
  position: relative;
  padding: 8.8rem 0 5.5rem;
}
footer .top::before {
  position: absolute;
  width: 91%;
  height: 1px;
  left: 50%;
  bottom: 0;
  content: '';
  background-color: #fff;
  transform: translateX(-50%);
  opacity: 0.25;
}
footer .top h2 {
  font-size: 4.887rem;
  line-height: 1.1458973;
  flex: 1;
  font-weight: 500;
  max-width: 48rem;
  letter-spacing: 0.145rem;
}
footer .top .flex div {
  flex: 1;
  max-width: 59rem;
  width: 100%;
  margin-top: 1%;
}
footer .top form {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 100px;
  padding-right: 0.6rem;
}
footer .top form input[type=email] {
  display: block;
  width: 100%;
  font-size: 1.9rem;
  color: #fff;
  background-color: transparent;
  padding: 0 3.1rem 2px;
}
footer .top form input[type=email]::placeholder {
  color: #fff;
}
footer .top form input[type=submit] {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: url("../img/arrow-r.svg") no-repeat center / 41% #fff;
  transition: all 0.3s;
  color: transparent;
  text-indent: -999px;
  margin: 0.5rem 0 0.4rem;
}
footer .top form input[type=submit]:hover {
  transform: scale(1.1);
}
footer .main {
  padding: 3.7rem 0 6.9rem;
}
footer .main .flex {
  display: block;
  column-count: 5;
  column-gap: 0;
}
footer .main .foot_nav {
  break-inside: avoid;
  padding-right: 2rem;
}
footer .main .foot_nav strong {
  display: block;
  font-size: 2.09rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
footer .main .foot_nav ul {
  padding-bottom: 2.3rem;
}
footer .main .foot_nav li a {
  font-size: 1.535rem;
  opacity: 0.8;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
  font-weight: 300;
  letter-spacing: 0.005rem;
}
footer .main .foot_nav li a:hover {
  opacity: 1;
  text-decoration-color: #fff;
}
footer .main .foot_nav li+li {
  margin-top: 0.5rem;
}
footer .bottom {
  padding: 2.7rem 0;
}
footer .bottom .logo {
  display: block;
  position: relative;
  max-width: 11rem;
}
footer .bottom .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .bottom .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .bottom ul:not(.social) {
  gap: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2px;
}
footer .bottom ul:not(.social) li {
  display: flex;
  align-items: center;
}
footer .bottom ul:not(.social) li::before {
  font-size: 1.3rem;
  color: #fff;
  opacity: 0.8;
  content: ' | ';
  margin: 0 0.5rem 0 2px;
}
footer .bottom ul:not(.social) li:first-child::before {
  display: none;
}
footer .bottom ul:not(.social) a {
  font-size: 1.3rem;
  opacity: 0.8;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .bottom ul:not(.social) a:hover {
  opacity: 1;
  text-decoration-color: #fff;
}
footer .bottom .social {
  gap: 2rem 1.3rem;
  display: flex;
  flex-wrap: wrap;
}
footer .bottom .social a {
  opacity: 1;
  display: block;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border: 1px solid #fff;
}
footer .bottom .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 75%;
  transition: all 0.3s;
}
footer .bottom .social a:hover {
  transform: scale(1.1);
  background-color: #fff;
}
footer .bottom .social a:hover::after {
  filter: contrast(0) brightness(0);
}
footer .bottom .social .facebook a::after {
  background-image: url(../img/facebook.svg);
}
footer .bottom .social .twitter a::after {
  background-image: url(../img/twitter.svg);
}
footer .bottom .social .youtube a::after {
  background-image: url(../img/youtube.svg);
}
footer .bottom .social .instagram a::after {
  background-image: url(../img/instagram.svg);
}
footer .bottom .social .linkedin a::after {
  background-image: url(../img/linkedin.svg);
}
.header_menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: var(--primary);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5.6rem 0 5.7rem;
  display: none;
}
.header_menu .flex {
  padding-left: 11.4%;
  padding-right: 1.6%;
}
.header_menu .menu_title {
  position: relative;
  font-size: 23px;
  padding-left: 13px;
  letter-spacing: -0.05rem;
  white-space: nowrap;
}
.header_menu .menu_title::before {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  border-radius: 50%;
  background-color: #fff;
}
.header_menu .menu_list {
  flex: 1;
  display: flex;
  align-items: start;
  justify-content: center;
  padding-bottom: 1rem;
  overflow-x: auto;
  max-height: calc(100vh - 23rem);
}
.header_menu .menu_list .menu_item {
  flex: 0 1 29.4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 2.3rem 1rem;
  white-space: nowrap;
}
.header_menu .menu_list .menu_item a {
  vertical-align: top;
  transition: all 0.3s;
  font-size: 23px;
  color: #fefefe;
  font-weight: 300;
  letter-spacing: -0.03rem;
  font-size: 18px;
  position: relative;
}
.header_menu .menu_list .menu_item a:after{
  content: "";
  width: 0;
  height: 1px;
  background-color: white;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header_menu .menu_list .menu_item a:hover:after{
  width: 100%;
}
.header_menu .menu_list .menu_item>a {
  color: #fff;
  opacity: 0.8;
  font-weight: 400;
  letter-spacing: -0.05rem;
}
.header_menu .menu_list .menu_item>a:hover {
  text-decoration: unset;
  opacity: 1;
}
.header_menu .menu_list .menu_item ul {
  margin-top: 3.4rem;
}
.header_menu .menu_list .menu_item ul:first-child {
  margin-top: 0;
}
.header_menu .menu_list .menu_item ul li+li {
  margin-top: 1.4rem;
}
.header_menu_overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 991;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
}
.header_menu_overlay.active {
  opacity: 1;
  pointer-events: all;
}
.page_free {
  background-color: var(--secondary);
}
.page_free.free_faqs .flex {
  padding: 4.6rem 0 4rem;
}
.page_free .flex {
  min-height: 22rem;
  padding: 9.5rem 0 8rem;
}
.page_free .head {
  flex: 1;
}
.page_free .btn {
  border-color: #134084;
  background-color: #134084;
  color: #fff;
  margin-top: 3.1rem;
}
.page_free .btn::after {
  filter: contrast(0) brightness(2);
}
.page_free p {
  margin-top: 0.9rem;
}
.page_resources {
  padding: 14.1rem 0 5.5rem;
}
.page_resources .list {
  margin-top: 4.8rem;
}
.page_resources .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(37rem, 100%), 1fr));
  gap: 2.2rem 1.66667%;
}
.page_resources .list .lar {
  grid-column: 1/-1;
}
.page_resources .list .lar .img {
  padding-bottom: 32.5921%;
}
.page_resources .item {
  display: block;
  height: 100%;
  position: relative;
}
.page_resources .item:hover img {
  transform: scale(1.02);
}
.page_resources .item .img {
  padding-bottom: 75.378%;
}
.page_resources .item .img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 34.9rem;
  left: 0;
  bottom: 0;
  content: '';
  background-image: linear-gradient(to top, #000 -4.9%, transparent);
  pointer-events: none;
  opacity: 0.5;
}
.page_resources .item .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9%;
  z-index: 2;
  color: #fff;
  max-height: 80%;
  overflow-y: auto;
  font-size: 1.744rem;
  line-height: 1.39966;
  padding: 0 4.2rem;
}
.page_resources .item .cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}
.page_resources .item .cats span {
  display: inline-block;
  border-radius: 1.5rem;
  text-align: center;
  font-size: 1.383rem;
  font-weight: 500;
  border: 1px solid #fff;
  padding: 0.5rem 1.75rem 0.4rem;
  min-width: 7.6rem;
}
.page_resources .item .cats span:first-child {
  background-color: #fff;
  color: var(--title);
}
.page_resources .item .title {
  font-size: 2.323rem;
  line-height: 1.199742;
  font-weight: 600;
  max-width: 35rem;
  margin-top: 2.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: 0.022rem;
}
.page_resources .item .desc {
  max-width: 46.6rem;
  margin-top: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: -2px;
}
.page_resources .item .metas {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  gap: 1rem 2.35rem;
  margin-top: 1.9rem;
}
.page_resources .lar .title {
  max-width: 45rem;
  font-size: 2.879rem;
  margin-top: 1.7rem;
  letter-spacing: 0.058rem;
}
.page_resources .line_more {
  margin-top: 4.1rem;
}
.page_banner::after,
.page_banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  pointer-events: none;
}
.page_banner::after {
  background-image: linear-gradient(to top, #000 1.68%, transparent 90%);
}
.page_banner::before {
  width: 64%;
  background-image: linear-gradient(to right, #19233b -1.3rem, transparent);
}
.page_banner .breadcrumbs {
  line-height: 3rem;
  min-height: 5rem;
  padding-top: 1.1rem;
}
.page_banner .breadcrumbs span {
  font-size: 1.7rem;
  color: #fff;
}
.page_banner .breadcrumbs span span::before {
  content: ' > ';
}
.page_banner .breadcrumbs span span:first-child::before {
  display: none;
}
.page_banner .breadcrumbs span a {
  transition: all 0.3s;
}
.page_banner .breadcrumbs span a:hover {
  text-decoration: underline;
}
.page_banner .flex {
  min-height: 48.5rem;
  padding: 3rem 0 11.8rem;
}
.page_banner .head {
  flex: 1;
}
.page_banner .cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2.2rem;
}
.page_banner .cats span {
  display: inline-block;
  text-align: center;
  border-radius: 2rem;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 2rem;
  font-weight: 500;
  color: var(--primary);
  padding: 0.7rem 1.85rem 0.8rem;
}
.page_banner .cats span:first-child {
  background-color: var(--primary);
  color: #fff;
}
.page_banner h1 {
  max-width: 79rem;
}
.page_banner p {
  max-width: 58rem;
  margin-top: 2.4rem;
}
.page_banner form {
  display: grid;
  grid-template-columns: 1fr 6.5rem;
  border-radius: 0.4rem;
  background-color: #fff;
  width: 100%;
  max-width: 44.5rem;
  height: 5.6rem;
  margin-top: 3.4rem;
  margin-bottom: 0.6rem;
}
.page_banner form input[type=text] {
  display: block;
  width: 100%;
  background-color: transparent;
  font-size: 1.7rem;
  color: var(--primary);
  padding: 0 3.2rem;
}
.page_banner form input[type=text]::placeholder {
  color: var(--primary);
}
.page_banner form input[type=submit] {
  display: block;
  text-indent: -999px;
  width: 100%;
  color: transparent;
  background: url("../img/icons-search-w.svg") no-repeat center / 32% var(--title);
  transition: all 0.3s;
  border-radius: 0 0.4rem 0.4rem 0;
  height: 100%;
}
.post_main .post_sidebar .search_box form input[type=submit]{
  height: 100%;
}
.page_banner form font, .post_main .post_sidebar .search_box form font{
  width: inherit;
  height: inherit;
  display: inline-block;
}
.page_banner form input[type=submit]:hover {
  background-size: 35%;
}
.page_banner .mt_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.3rem;
}
.page_banner .mt_wrap .cats {
  margin: 0;
}
.page_banner .metas {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  font-size: 2rem;
  font-weight: 500;
  gap: 1rem 1.7rem;
}
.page_faqs {
  padding: 9rem 0 17.3rem;
}
.page_faqs .head {
  margin-bottom: 4.7rem;
}
.page_faqs .faqs .faq_item {
  border: 1px solid rgba(224, 224, 224, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.075);
  margin-bottom: 3.2rem;
  color: var(--primary);
}
.page_faqs .faqs .faq_item:last-child {
  margin-bottom: 0;
}
.page_faqs .faqs .faq_item.active .question::after {
  transform: rotate(180deg);
  opacity: 1;
}
.page_faqs .faqs .question {
  display: grid;
  grid-template-columns: 1fr 1.6rem;
  align-items: center;
  cursor: pointer;
  font-size: 2.3rem;
  font-weight: 400 !important;
  gap: 2rem;
  padding: 2.9rem 4rem;
  letter-spacing: 0.022rem;
}
.page_faqs .faqs .question::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: url("../img/icon-select.svg") no-repeat center / contain;
  opacity: 0.5;
  transition: all 0.3s;
}
.page_faqs .faqs .answer {
  display: none;
  font-size: 1.7rem;
  line-height: 2.5rem;
  padding: 0 4rem 4rem;
}
.page_faqs .desc {
  color: var(--primary);
  margin-top: 4.8rem;
  max-width: 139.3rem;
}
.page_faqs .desc p {
  letter-spacing: -0.004rem;
}
[data-siteurl] div:has(.page_nav) {
  position: sticky;
  top: 0;
  z-index: 98;
}
.page_nav {
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.page_nav .nav {
  max-width: 100%;
}
.page_nav .nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 5.3rem;
}
.page_nav .nav .nav_item {
  cursor: pointer;
  display: block;
  transition: all 0.3s;
  font-weight: 500;
  color: var(--primary);
  border-bottom: 0.5rem solid transparent;
  padding: 2.1rem 0;
  margin-bottom: -0.3rem;
}
.page_nav .nav .nav_item.active,
.page_nav .nav .nav_item:hover {
  border-bottom-color: var(--primary);
}
.page_nav .btn {
  font-size: 1.6rem;
  text-transform: unset;
  line-height: 3.4rem;
  border-radius: 100px;
  padding: 0 1.8rem;
  margin: 1rem 0;
}
.page_nav .btn:hover {
  padding: 0 2.8rem 0 0.8rem;
}
.download_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  border-radius: 0.4rem;
  background-color: #e7eaf3;
  transition: all 0.3s;
  min-height: 23.1rem;
  padding: 5.28% 6.16% 5.5% 5.28%;
}
.download_item:hover {
  box-shadow: 0 0.5rem 1rem rgba(22, 22, 22, 0.1);
}
.download_item .info {
  flex: 1;
}
.download_item .info .title {
  font-size: 2.323rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
.download_item .info .cat {
  font-size: 1.744rem;
  color: var(--primary);
  margin-top: 1.4rem;
}
.download_item .info .fm {
  font-size: 1.3rem;
  color: #667286;
  margin-top: 0.6rem;
}
.download_item .btn {
  margin-left: auto;
  text-transform: unset;
  gap: 1.4rem;
  padding: 0 2rem;
  min-width: 15.4rem;
  margin-top: 3rem;
}
.download_item .btn::after {
  position: static;
  background-image: url("../img/icon-download.svg");
  filter: contrast(0) brightness(2);
  width: 1.4rem;
  height: 1.4rem;
  opacity: 1;
}
.download_item .btn:hover::after {
  filter: unset;
  animation-name: shakeY;
}
.blog_list a {
  display: block;
  height: 100%;
}
.blog_list a:hover img {
  transform: scale(1.02);
}
.blog_list .img {
  border-radius: 0.7rem;
  padding-bottom: 66.09442%;
}
.blog_list .info {
  font-size: 1.744rem;
  line-height: 1.3997;
  color: var(--primary);
  margin-top: 2.1rem;
}
.blog_list .title {
  font-size: 2.323rem;
  line-height: 1.199742;
  color: var(--title);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: 0.022rem;
}
.blog_list .desc {
  margin-top: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog_list .metas {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  gap: 1rem 2.35rem;
  margin-top: 1.8rem;
}

/*** global css ***/
.loading {
  position: relative;
}
.loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.3);
}
.loading:after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.8rem solid #EFEFEF;
  border-top-color: var(--primary);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transition: all 0.3s;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(320deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

div.jst-language-switcher {
  display: none;
}

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  right: 0;
  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: 12px 0 0;
  padding: 0;
  border: none;
  width: 100%;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.video_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
  padding: 1.2rem;
}
.video_pop.active {
  opacity: 1;
  pointer-events: all;
}
.video_pop.active .pop_content {
  transform: translate(-50%, -50%);
}
.video_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.video_pop .mask .close {
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}
.video_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  transition: all 0.3s;
  width: max-content;
  max-width: 90vw;
  height: 90vh;
  aspect-ratio: 1920/1080;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.video_pop .pop_content iframe,
.video_pop .pop_content video {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  pointer-events: all;
}
.video_pop .pop_content video[src=""],
.video_pop .pop_content video.init {
  aspect-ratio: 1920/1080;
}
.video_pop .pop_content iframe {
  aspect-ratio: 560/315;
}

.search_drawer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: flex-end;
  transition: all .3s;
  pointer-events: none;
}
.search_drawer.active {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.75);
}
.search_drawer.active .drawer_content {
  transform: translateY(0);
}
.search_drawer .drawer_content {
  width: 100%;
  height: 80%;
  padding: 2rem 0;
  transition: all .3s;
  transform: translateY(100%);
  background-color: #fff;
}
.search_drawer .close {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  position: absolute;
  bottom: 50%;
  right: 0;
  transition: all .3s;
  transform: translateY(50%);
  filter: contrast(0) brightness(0);
  background: url(../img/close.svg) no-repeat center/contain;
}
.search_drawer .close:hover {
  transform: translateY(50%) rotate(180deg);
}
.search_drawer form {
  transition: all .3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search_drawer form:focus-within {
  border-bottom-color: var(--primary);
}
.search_drawer input[type="text"] {
  width: 100%;
  height: 10rem;
  display: block;
  text-align: center;
  font-size: 3.5rem;
}
.search_drawer input[type="submit"] {
  display: none;
}

.quote_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  overflow: auto;
}
.quote_modal::-webkit-scrollbar {
  display: none;
}
.quote_modal .modal_content {
  width: calc(100% - 4rem);
  max-width: 122rem;
  margin: 5rem auto;
  padding: 6rem 5rem;
  border-radius: 1.6rem;
  overflow: visible;
  background: url(../img/body-bg.webp) no-repeat center/cover #ffffff;
}

footer .top form#sytech-newsletter-subscription p {
  border: 1px solid #fff;
}
footer .top form#sytech-newsletter-subscription p::after {
  background-color: var(--primary);
  border: 1px solid transparent;
  border-bottom-color: #fff;
  border-right-color: #fff;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
footer .top form#sytech-newsletter-subscription p.failed.active,
footer .top form#sytech-newsletter-subscription p.success.active {
  bottom: calc(100% + 10px);
}

.page_faqs .faqs .faq_item.active .question{
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
}
.page_faqs .desc{
  display: none;
}
.page_free .head h2{
  font-weight: 400 !important;
}
.home_banner::after{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  content: "";
  background-image: linear-gradient(to top, var(--primary), transparent);
  z-index: -1;
  pointer-events: none;
}

.switch-list{
  display: none;
}
.switch-list.active{
  display: block;
}

.btn font{
  color: inherit;
}
.page_free .btn:hover{
  color: white !important;
}
/*** global css ***/

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .large_content {
    padding: 0 3rem;
    max-width: 1440px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0 3rem;
    max-width: 1220px;
  }
  .swiper_content {
    padding: 1.5rem 3rem;
    max-width: 1220px;
  }
  .header_menu .flex {
    padding: 0;
  }
  .header_menu .menu_list .menu_item a {
    font-size: 16px;
  }
  .header_menu .menu_title {
    font-size: 18px;
  }
  header .content {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 896px;
  }
}
@media screen and (max-width: 1024px) {
  header .content {
    width: 100%;
  }
  header .grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .lt {
    margin: 0;
    padding: 0;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
    margin: 0;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translate(0);
  }
  header nav>.close {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.75);
  }
  header nav .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  header nav .close_box {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav .close_box .close {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: var(--radius);
    background: url('../img/close.svg') no-repeat center / 12px;
  }
  header nav .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .close_box+div {
    flex: 1;
    overflow: auto;
    padding: 12px 12px 30px;
  }
  header nav .menu {
    display: block;
  }
  header nav .menu>li {
    cursor: pointer;
  }
  header nav .menu>li::after {
    display: none;
    transform: unset;
  }
  header nav .menu>li+li {
    margin-top: 8px;
  }
  header nav .menu>li>a {
    color: var(--title);
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 12px;
    transition: all 0.3s;
    border-radius: var(--radius);
    letter-spacing: unset;
    font-weight: normal;
  }
  header nav .menu>li>a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu>li.current-menu-item>a,
  header nav .menu>li.current-menu-parent>a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu>li:hover ul {
    padding: 10px;
  }
  header nav .menu .menu-item-has-children {
    position: relative;
  }
  header nav .menu .menu-item-has-children>a {
    margin-right: 46px;
  }
  header nav .menu .menu-item-has-children::after,
  header nav .menu .menu-item-has-children::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: unset;
    right: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    border-radius: var(--radius);
    opacity: 1;
  }
  header nav .menu .menu-item-has-children::after {
    background: url("../img/select.svg") no-repeat center / 12px;
  }
  header nav .menu .menu-item-has-children.active::after {
    transform: rotate(180deg);
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu {
    position: static;
    padding: 10px;
    margin: 12px 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    min-width: unset;
    border-radius: var(--radius);
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.02);
    width: auto;
  }
  header nav .sub-menu>li {
    cursor: pointer;
    transform: translate(0);
  }
  header nav .sub-menu>li+li {
    margin-top: 6px;
  }
  header nav .sub-menu>li>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    padding: 10px;
    transition: all 0.3s;
    color: var(--primary);
    border-radius: var(--radius);
  }
  header nav .sub-menu>li>a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--title);
  }
  header nav .sub-menu>li.current-menu-item>a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu .menu-item-has-children>a {
    margin-right: 42px;
  }
  header nav .sub-menu .menu-item-has-children::after,
  header nav .sub-menu .menu-item-has-children::before {
    top: 2px;
    width: 36px;
    height: 36px;
    background-size: 10px;
  }
  header nav .sub-menu .sub-menu {
    margin: 10px 0;
  }
  header nav .sub-menu .sub-menu>li+li {
    margin-top: 0;
  }
  header nav .sub-menu .sub-menu>li>a {
    color: var(--primary);
    font-size: 12px;
  }
  header .btns {
    padding: 0;
    margin: 0;
  }
  header .btns .btn_menu {
    display: block;
    width: 23px;
    height: 23px;
    cursor: pointer;
    transition: all 0.3s;
    background: url(../img/nav-btn.svg) no-repeat center / contain;
    filter: contrast(0) brightness(2);
  }
  header .header_menu {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 768px;
  }
  .head h1 {
    font-size: 5rem;
  }
  .head h2 {
    font-size: 4rem;
  }
  .head.sm h2 {
    font-size: 3.2rem;
  }

  .product_capability .table .item strong{
    font-size: 1.6rem !important;
    white-space: nowrap !important;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0 30px;
  }
  .swiper_content {
    padding: 10px 30px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .btn {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
  .btn::after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
  .btn:hover {
    padding: 0 30px 0 10px;
  }
  .line_more {
    gap: 12px;
  }
  .line_more .more {
    font-size: 14px;
    gap: 8px;
  }
  .line_more .more::after {
    width: 12px;
    height: 12px;
    margin-right: -20px;
  }
  .btn_i {
    --w: 40px;
    gap: 12px;
    min-width: 140px;
    padding-right: 14px;
    font-size: 14px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    position: static;
    width: 100%;
    max-width: unset;
    justify-content: flex-end;
    transform: translate(0);
    padding: 0 30px;
    margin-top: 30px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.sm h2 {
    font-size: 22px;
    letter-spacing: unset;
  }
  div.head.white p {
    letter-spacing: unset;
  }
  div.head.bn p {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.bn.white p {
    letter-spacing: unset;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    word-spacing: unset;
    letter-spacing: 1px;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_i {
    margin-top: 20px;
  }
  div.head .btn {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    letter-spacing: unset;
    min-width: 120px;
  }
  div.head .btn::after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
  div.head .btn:hover {
    padding: 0 30px 0 10px;
  }
  div.head .btn_i {
    --w: 40px;
    gap: 12px;
    min-width: 140px;
    padding-right: 14px;
    font-size: 14px;
    letter-spacing: unset;
  }
  header {
    top: 0;
  }
  header .lt .logo img {
    height: 25px;
  }
  header .btns {
    gap: 26px;
    min-height: 64px;
  }
  footer .top {
    padding: 50px 0 20px;
  }
  footer .top::before {
    display: none;
  }
  footer .top .flex {
    display: block;
  }
  footer .top h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    text-align: center;
    max-width: unset;
  }
  footer .top .flex div {
    max-width: unset;
    margin-top: 40px;
  }
  footer .top form {
    padding-right: 5px;
  }
  footer .top form input[type=email] {
    font-size: 14px;
    padding: 0 20px;
  }
  footer .top form input[type=submit] {
    width: 40px;
    height: 40px;
    margin: 5px 0;
  }
  footer .main {
    padding: 0 0 50px;
  }
  footer .main .flex {
    column-count: unset;
    column-gap: unset;
  }
  footer .main .foot_nav:not(.foot_connect) {
    width: 100%;
    padding: 0;
  }
  footer .main .foot_nav:not(.foot_connect) strong {
    font-size: 16px;
    line-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0 22px;
    position: relative;
    margin-bottom: 16px;
  }
  footer .main .foot_nav:not(.foot_connect) strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    filter: contrast(0) brightness(2);
  }
  footer .main .foot_nav:not(.foot_connect).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main .foot_nav:not(.foot_connect)>div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .main .foot_nav:not(.foot_connect)>div ul {
    padding: 0;
  }
  footer .main .foot_nav:not(.foot_connect)>div li+li {
    margin-top: 14px;
  }
  footer .main .foot_nav:not(.foot_connect)>div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .main .foot_nav:not(.foot_connect)>div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .bottom {
    padding: 20px 0;
  }
  footer .bottom .flex {
    gap: 30px;
    flex-direction: column-reverse;
  }
  footer .bottom .logo {
    order: 3;
    max-width: 180px;
  }
  footer .bottom ul:not(.social) {
    gap: 1rem 0;
    margin: 0;
  }
  footer .bottom ul:not(.social) li::before {
    font-size: 14px;
    margin: 0 5px;
  }
  footer .bottom ul:not(.social) a {
    font-size: 14px;
  }
  footer .bottom .social {
    gap: 16px;
    width: 100%;
    justify-content: space-around;
  }
  footer .bottom .social a {
    width: 40px;
    height: 40px;
  }
  .page_free.free_faqs .flex,
  .page_free .flex {
    min-height: unset;
    padding: 50px 0;
  }
  .page_resources {
    padding: 50px 0;
  }
  .page_resources .list {
    margin-top: 30px;
  }
  .page_resources .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 16px;
  }
  .page_resources .list .item {
    min-height: 250px;
  }
  .page_resources .list .item .img {
    height: 100%;
  }
  .page_resources .list .item .info {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 20px;
    bottom: 20px;
  }
  .page_resources .list .item .info .cats {
    gap: 6px;
  }
  .page_resources .list .item .info .cats span {
    font-size: 13px;
    line-height: normal;
    padding: 4px 10px;
    min-width: 60px;
  }
  .page_resources .list .item .info .title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .page_resources .list .item .info .title::after {
    width: 10px;
    height: 10px;
    right: 12px;
    margin: 0;
  }
  .page_resources .list .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: unset;
    margin-bottom: 0;
  }
  .page_resources .list .item .info .metas {
    margin-top: 12px;
    gap: 10px;
  }
  .page_resources .line_more {
    margin-top: 30px;
  }
  .page_banner .breadcrumbs {
    line-height: 20px;
    min-height: 40px;
    padding-top: 10px;
  }
  .page_banner .breadcrumbs span {
    font-size: 14px;
  }
  .page_banner .breadcrumbs+.flex {
    min-height: unset;
    padding: 50px 0;
  }
  .page_banner .cats {
    gap: 6px;
    margin-bottom: 10px;
  }
  .page_banner .cats span {
    font-size: 14px;
    padding: 5px 10px;
  }
  .page_banner form {
    height: 46px;
    margin-bottom: 0;
    margin-top: 20px;
    grid-template-columns: 1fr 46px;
    max-width: 350px;
  }
  .page_banner form input[type=text] {
    font-size: 14px;
    padding: 0 20px;
  }
  .page_banner .mt_wrap {
    margin-bottom: 10px;
    gap: 10px;
  }
  .page_banner .metas {
    font-size: 14px;
    gap: 10px;
  }
  div:has(.page_nav) {
    top: 64px;
  }
  .page_nav .flex {
    gap: 0 20px;
  }
  .page_nav .nav .nav_list {
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 0 30px;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    margin-bottom: -3px;
  }
  .page_nav .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .page_nav .nav .nav_item {
    padding: 16px 0;
    margin: 0;
    white-space: nowrap;
  }
  .page_nav .btn {
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
    margin: 10px 0;
  }
  .page_nav .btn:hover {
    padding: 0 30px 0 10px;
  }
  .page_nav .nav .nav_item:hover {
    border-bottom-color: transparent;
  }
  .page_nav .nav .nav_item.active {
    border-bottom-color: var(--primary);
  }
  .page_faqs {
    padding: 50px 0;
  }
  .page_faqs .head {
    margin-bottom: 30px;
  }
  .page_faqs .faqs .faq_item {
    margin-bottom: 14px;
  }
  .page_faqs .faqs .question {
    font-size: 18px;
    grid-template-columns: 1fr 14px;
    gap: 14px;
    padding: 14px 20px;
    letter-spacing: unset;
  }
  .page_faqs .faqs .answer {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 20px 20px;
  }
  .page_faqs .faqs+.desc {
    margin-top: 20px;
  }
  .page_faqs .faqs+.desc p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .download_item {
    padding: 20px;
    min-height: unset;
  }
  .download_item .info .title {
    font-size: 18px;
    letter-spacing: unset;
  }
  .download_item .info .cat {
    font-size: 14px;
    margin-top: 5px;
  }
  .download_item .info .fm {
    font-size: 13px;
    margin-top: 5px;
  }
  .download_item .btn {
    min-width: 120px;
    gap: 12px;
    margin-top: 20px;
  }
  .download_item .btn::after {
    width: 12px;
    height: 12px;
  }
  .blog_list .info {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 14px;
  }
  .blog_list .title {
    font-size: 18px;
    letter-spacing: unset;
    line-height: 1.5;
  }
  .blog_list .desc {
    margin-top: 5px;
  }
  .blog_list .metas {
    margin-top: 10px;
    gap: 10px;
  }

  /*** global css ***/
  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }

  .video_pop .pop_content {
    max-width: 96vw;
    width: 96vw;
    height: auto;
  }

  .search_drawer .content {
    height: 100%;
  }
  .search_drawer .close {
    width: 20px;
    height: 20px;
    bottom: 30px;
    right: 30px;
    transform: translate(0);
  }
  .search_drawer .close:hover {
    transform: translate(0);
  }
  .search_drawer form {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .search_drawer input[type="text"] {
    height: 46px;
    font-size: 16px;
  }
  .search_drawer input[type="submit"] {
    width: 46px;
    height: 46px;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    background: url(../img/icon-search.svg) no-repeat center/20px;
  }

  .quote_modal .modal_content {
    padding: 40px 25px;
    border-radius: 10px;
  }

  
  .product_adv_table .table table{
    display: block;
    overflow: auto;
  }
  .page_nav .flex{
    justify-content: center !important;
  }

  /*** global css ***/
}
@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    padding: 0 20px;
  }
  div:has(.page_nav) {
    top: 12px;
  }
  .page_nav .nav .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
  }
}