.home_banner .home_banner_bg_swiper + .edit_swiper {
  opacity: 1;
  transform: translate(-200%, -50%);
}
.home_banner .home_banner_bg_swiper + .edit_swiper::after {
  content: 'Add bg';
  white-space: nowrap;
}
.home_chart {
  padding: 10.8rem 0 5.4rem;
}
.home_chart .head {
  position: relative;
  padding-right: 4rem;
}
.home_chart .head::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.1rem;
  height: 3.1rem;
  background: url(../img/subtitle-icon.svg) no-repeat center / contain;
}
.home_chart .flex {
  margin-top: 4.3rem;
}
.home_chart .btn_a {
  gap: 2rem;
  font-size: 2.8rem;
  font-weight: 600;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
}
.home_chart .btn_a::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 2rem;
  transition: all 0.3s;
  background: url(../img/arror-r-b.svg) no-repeat center / contain;
}
.home_chart .btn_a:hover::after {
  transform: translateX(5px);
}
.home_chart .left {
  width: 56.119403%;
}
.home_chart .nav {
  margin-top: 4.2rem;
}
.home_chart .nav ul {
  gap: 1.8rem;
  display: flex;
  flex-wrap: wrap;
}
.home_chart .nav li {
  color: #212121;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid #e8e9ea;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 26px;
  outline: 1px solid transparent;
}
.home_chart .nav li::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color);
}
.home_chart .nav .active {
  border-color: var(--color);
  outline-color: var(--color);
  box-shadow: 10px 10px 8px rgba(202, 208, 216, 0.4);
}
.home_chart .chart {
  position: relative;
  padding-bottom: 47.340426%;
  margin-top: 4.6rem;
}
.home_chart .chart img,
.home_chart .chart canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.home_chart .right {
  width: 40.298507%;
  background-color: #f8f8f8;
  padding: 4rem 4.179104% 5.2rem;
}
.home_chart table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2.6rem;
}
.home_chart table thead th {
  color: var(--primary);
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  padding: 2.2rem 8px 2.2rem 0;
}
.home_chart table tbody tr {
  border-top: 1px solid rgba(32, 33, 36, 0.14);
}
.home_chart table tbody td {
  font-size: 1.7rem;
  font-weight: 500;
  padding: 2.6rem 8px 1.8rem 0;
}
.home_chart table tbody td .value {
  font-size: 1.8rem;
  font-weight: 700;
}
.home_chart table tbody td .diff {
  font-weight: 500;
  position: relative;
  padding-left: 18px;
  margin-top: 3px;
}
.home_chart table tbody td .diff::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0.6rem;
  background: no-repeat center / contain;
}
.home_chart table tbody td .rise {
  color: #c5221f;
}
.home_chart table tbody td .rise::before {
  background-image: url(../img/icon-rise.svg);
}
.home_chart table tbody td .fall {
  color: #489362;
}
.home_chart table tbody td .fall::before {
  background-image: url(../img/icon-fall.svg);
}
.home_chart .btn {
  font-size: 2rem;
  padding: 2.1rem 3.2rem;
  margin-top: 4.6rem;
}
.home_products {
  padding: 5.4rem 0;
}
.home_products p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  margin-top: 1.8rem;
}
.home_products .home_products_swiper {
  overflow: hidden;
  margin-top: 4.1rem;
}
.home_products .home_products_swiper .swiper-slide {
  width: 33.2rem;
}
.home_products p.center:has(.btn) {
  margin-top: 5.4rem;
}
.toplevel_page_sytech_fronteditor .page_application {
  margin: 0;
}
.page_application {
  padding-bottom: 5.4rem;
  margin-bottom: -5.4rem;
}
.page_application .swiper_btns {
  margin-bottom: 1.1rem;
}
.page_application .page_application_swiper {
  margin-top: 4.5rem;
}
.home_blog {
  padding: 9.6rem 0 3.85rem;
}
.home_blog .btn_line {
  margin-bottom: -0.5rem;
  min-width: unset;
}
.home_blog .main {
  margin-top: 5.2rem;
}
.home_blog .left {
  flex: 1;
  max-width: 32.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: 4.5rem 0 3rem;
}
.home_blog .nav_list .nav_item {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.2rem;
  transition: all 0.3s;
  color: #b2b2b2;
  padding-left: 4.1rem;
}
.home_blog .nav_list .nav_item::before {
  width: 2.6rem;
  height: 0.7rem;
  position: absolute;
  left: 0;
  top: 1.4rem;
  content: '';
  background-color: var(--primary);
  clip-path: polygon(3px 0%, 100% 0, calc(100% - 3px) calc(100% - 0.37px), 0% 100%);
  transition: all 0.3s, transform 0.4s;
  transform: translateX(-100%);
  opacity: 0;
}
.home_blog .nav_list .nav_item.active,
.home_blog .nav_list .nav_item:hover {
  color: #161616;
}
.home_blog .nav_list .nav_item.active::before,
.home_blog .nav_list .nav_item:hover::before {
  transform: translateX(0);
  opacity: 1;
}
.home_blog .nav_list .nav_item.active {
  font-size: 2.6rem;
}
.home_blog .nav_list li + li {
  margin-top: 2.7rem;
}
.home_blog .home_blog_swiper {
  overflow: hidden;
  width: 75.1493%;
  padding: 3rem;
  margin-right: -3rem;
}
.home_blog .home_blog_swiper .swiper-slide {
  width: 45.5rem;
}
.home_blog .blog_list .info {
  gap: 6rem;
  padding: 2.7rem 8% 2.9rem;
}
.home_blog .blog_list .info h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-top: 1rem;
}
.home_blog .blog_list .info .btn_i {
  font-size: 2rem;
  --size: 5.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_blog .home_blog_swiper {
    margin-right: -2rem;
  }
}
@media screen and (max-width: 768px) {
  .home_chart {
    padding: 3rem 0;
  }
  .home_chart .flex {
    margin-top: 2rem;
  }
  .home_chart .btn_a {
    font-size: 1rem;
    gap: 8px;
  }
  .home_chart .btn_a::after {
    width: 8px;
    height: 12px;
  }
  .home_chart .nav {
    margin-top: 1rem;
  }
  .home_chart .nav ul {
    gap: 10px;
  }
  .home_chart .nav li {
    gap: 10px;
    font-size: 14px;
    padding: 10px 18px;
  }
  .home_chart .nav li::before {
    width: 8px;
    height: 8px;
  }
  .home_chart .chart {
    margin-top: 1rem;
  }
  .home_chart .right {
    padding: 20px;
  }
  .home_chart table {
    margin-top: 1rem;
  }
  .home_chart table thead th {
    font-size: 14px;
    padding: 1rem 5px 1rem 0;
  }
  .home_chart table tbody td {
    font-size: 13px;
    padding: 12px 5px 12px 0;
  }
  .home_chart table tbody td .value {
    font-size: 14px;
  }
  .home_chart table tbody td .diff {
    font-size: 12px;
    padding-left: 1rem;
  }
  .home_chart table tbody td .diff::before {
    top: 3px;
  }
  .home_chart .btn {
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 20px;
    letter-spacing: unset;
    margin-top: 40px;
  }
  .home_products {
    padding: 4rem 0 3rem;
    overflow: hidden;
  }
  .home_products .home_products_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .home_products .home_products_swiper .swiper-slide {
    width: 282px;
  }
  .home_products p.center:has(.btn) {
    margin-top: 2rem;
  }
  .home_products .swiper_btns {
    display: none;
  }
  .page_application {
    padding-bottom: 3rem;
    margin-bottom: 0;
  }
  .page_application .swiper_btns {
    margin: 0;
  }
  .page_application .page_application_swiper {
    margin-top: 2rem;
  }
  .home_blog {
    padding: 3rem 0;
    overflow: hidden;
  }
  .home_blog .btn_line {
    margin: 0;
  }
  .home_blog .main {
    margin-top: 2rem;
    display: block;
  }
  .home_blog .left {
    max-width: unset;
    padding: 0;
    display: block;
  }
  .home_blog .nav_list {
    display: flex;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    white-space: nowrap;
    gap: 1.2rem;
  }
  .home_blog .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_blog .nav_list li + li {
    margin-top: 0;
  }
  .home_blog .nav_list .nav_item {
    font-size: 1rem;
    padding-left: 2rem;
    line-height: 22px;
  }
  .home_blog .nav_list .nav_item::before {
    width: 20px;
    height: 5px;
    top: 10px;
  }
  .home_blog .nav_list .nav_item.active {
    font-size: 1rem;
  }
  .home_blog .swiper_btns {
    margin-top: 2rem;
  }
  .home_blog .home_blog_swiper {
    width: 100%;
    padding: 0;
    margin: 2rem 0 0;
    overflow: unset;
  }
  .home_blog .home_blog_swiper .swiper-slide {
    width: 354px;
  }
  .home_blog .blog_list .info {
    gap: 20px;
    padding: 1rem 20px 1.2rem;
  }
  .home_blog .blog_list .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_blog .blog_list .info .btn_i {
    font-size: 14px;
    --size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .home_chart .head {
    padding-right: 2rem;
  }
  .home_chart .head::after {
    width: 20px;
    height: 20px;
    bottom: 4px;
  }
  .home_chart .flex {
    display: block;
  }
  .home_chart .left {
    width: 100%;
  }
  .home_chart .right {
    width: 100%;
    margin-top: 2rem;
  }
}
