.page_banner h1 {
  max-width: 40.4rem;
}
.home_numbers {
  margin-top: -4.1rem;
}
.home_numbers .subtitle {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: flex-end;
  font-size: 1.5rem;
  min-height: 4.1rem;
  text-transform: uppercase;
  padding-right: 2rem;
  padding-bottom: 1px;
  min-width: 15.797%;
  letter-spacing: -0.01rem;
}
.home_numbers .subtitle::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  border-top-left-radius: 2.1rem;
  background-color: #fff;
  content: '';
  z-index: -1;
}
.home_numbers .subtitle img {
  position: absolute;
  left: 100%;
  bottom: 0;
  display: block;
  object-fit: contain;
  width: auto;
  height: 100%;
}
.home_numbers .flex {
  padding: 2.4rem 0;
}
.home_numbers .head {
  max-width: 24.2rem;
  margin-top: 1.15%;
}
.home_numbers .nums {
  flex: 1;
  width: 100%;
  max-width: 108.4rem;
}
.home_numbers .nums ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
.home_numbers .nums li {
  border-radius: 2rem;
  background-color: #f9efe1;
  text-align: center;
  padding: 11.45% 7.63% 9.54%;
}
.home_numbers .nums .wrap {
  font-size: 4.4rem;
  font-weight: 600;
  white-space: nowrap;
}
.home_numbers .nums .wrap i {
  font-size: 3rem;
  color: var(--tertiary);
  margin-left: 0.5rem;
}
.home_numbers .nums .label {
  font-size: 1.8rem;
  opacity: 0.7;
  margin-top: 0.9rem;
}
.home_brands {
  padding: 11.1rem 0 6.75rem;
  overflow: hidden;
}
.home_brands h2 span {
  position: relative;
  z-index: 2;
}
.home_brands h2 span::before {
  position: absolute;
  left: 50%;
  bottom: 22%;
  width: 100%;
  height: 1rem;
  border-radius: 10px;
  content: '';
  background: url("../img/home-line.svg") no-repeat center / contain;
  transform: translateX(-50%);
  z-index: -1;
}
.home_brands .flex {
  margin-top: 6.8rem;
  gap: 3.3rem;
}
.home_brands .lt {
  width: 14.3%;
  --h: 100%;
  flex-shrink: 0;
  z-index: 2;
  width: 19.7rem;
}
.home_brands .lt::before {
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  content: '';
  background-color: var(--secondary);
  border-radius: 30rem;
}
.home_brands .rt {
  flex-shrink: 0;
  width: 100vw;
}
.home_brands .home_brands_swiper .swiper-wrapper {
  transition: linear;
}
.home_brands .home_brands_swiper .swiper-slide {
  max-width: 16.9rem;
  border-radius: 50%;
  border: 1px solid rgba(23, 23, 23, 0.22);
}
.home_brands .home_brands_swiper .img {
  padding-bottom: 100%;
}
.home_type {
  overflow: hidden;
  padding: 6.75rem 0 8.55rem;
}
.home_type .head {
  max-width: 99.8rem;
  position: relative;
  padding: 0 11.74%;
  margin: 0 auto;
}
.home_type .head > img {
  object-fit: contain;
  width: 14.23%;
  height: auto;
  right: 0;
  left: unset;
  top: 19%;
}
.home_type .head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  max-width: 58.7rem;
  margin: 1.9rem auto 0;
}
.home_type .home_type_swiper {
  max-width: 132rem;
  margin: 8.6rem auto 0;
}
.home_type .home_type_swiper .swiper-slide {
  max-width: 427px;
}
.home_type .home_type_swiper .active .item {
  color: #fff;
}
.home_type .home_type_swiper .active .item > img,
.home_type .home_type_swiper .active .item .wrap::before {
  filter: unset;
}
.home_type .home_type_swiper .active .item .desc {
  color: rgba(255, 255, 255, 0.8);
}
.home_type .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  transition: all 0.3s;
}
.home_type .item > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: contrast(0) brightness(1.85);
  transition: all 0.3s;
}
.home_type .item:hover .img img {
  transform: scale(1.02);
}
.home_type .item .wrap {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3rem;
}
.home_type .item .wrap::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  content: '';
  transition: all 0.3s;
  filter: contrast(0) brightness(1.85);
  pointer-events: none;
}
.home_type .item .title {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.065rem;
  margin-top: -1.1rem;
}
.home_type .item .img {
  width: 80%;
  max-width: 28rem;
  --h: 100%;
  margin-top: 1.1rem;
}
.home_type .item .desc {
  position: relative;
  z-index: 2;
  line-height: 2.6rem;
  color: var(--text);
  transition: all 0.3s;
  max-width: 31.3rem;
  margin-top: 0.7rem;
  margin-bottom: -1.3rem;
}
.home_options {
  padding: 8.55rem 0 9.4rem;
}
.home_options .nav {
  width: max-content;
  max-width: 100%;
  margin: 3rem auto 0;
  border-radius: 3.1rem;
  background-color: var(--bg);
  padding: 0.5rem 0.7rem;
}
.home_options .nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.home_options .nav .nav_item {
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #383845;
  transition: all 0.3s;
  border-radius: 2.6rem;
  padding: 1.6rem 2.5rem;
}
.home_options .nav .nav_item.active,
.home_options .nav .nav_item:hover {
  background-color: var(--secondary);
  color: #fff;
}
.home_options .nav .nav_item.active {
  padding: 1.6rem 3.5rem;
}
.home_options .home_options_swiper {
  overflow: hidden;
  margin-top: 4.1rem;
}
.home_options .home_options_swiper .swiper-slide {
  max-width: 250px;
}
.home_options .home_options_swiper .active .item .img::before {
  background-color: var(--secondary);
}
.home_options .item {
  display: block;
  height: 100%;
}
.home_options .item:hover img {
  transform: scale(1.02);
}
.home_options .item .img {
  padding-bottom: 100%;
}
.home_options .item .img::before {
  position: absolute;
  width: 100%;
  height: 80.8%;
  left: 0;
  bottom: 0;
  background-color: var(--bg);
  border-radius: 3.9rem 100% 3.9rem 3.9rem;
  content: '';
  transition: all 0.3s;
}
.home_options .item .title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 2.2rem;
  letter-spacing: 0.025rem;
}
.home_options p.center:has(.btn) {
  margin-top: 7.6rem;
}
.home_options .swiper_btns {
  top: 37.5%;
}
.home_case {
  overflow: hidden;
  padding-top: 14.9rem;
}
.home_case .head {
  max-width: 63.5rem;
  margin: 0 auto;
}
.home_case .swiper_box {
  max-width: 192rem;
  margin: 3.6rem auto 0;
  padding-bottom: 6.4rem;
}
.home_case .swiper_box::before {
  position: absolute;
  width: calc(100% - 2rem);
  max-width: 189rem;
  height: 62.99%;
  left: 50%;
  bottom: 0;
  content: '';
  transform: translateX(-50%);
  background-color: #fbcb6e;
  border-radius: 50%;
}
.home_case .home_case_image_swiper .swiper-slide {
  max-width: 33.98551%;
  transition: transform 0.4s, opacity 0.3s, transform-origin 0.4s;
  transform-origin: right bottom;
}
.home_case .home_case_image_swiper .swiper-slide-prev {
  z-index: 2;
}
.home_case .home_case_image_swiper .swiper-slide-next {
  z-index: 2;
}
.home_case .home_case_image_swiper .swiper-slide-active {
  z-index: 3;
  transform: scale(1);
  transform-origin: center;
}
.home_case .home_case_image_swiper .swiper-slide-active .img.img_ct {
  opacity: 1;
}
.home_case .home_case_image_swiper .swiper-slide-active ~ .swiper-slide {
  transform-origin: left bottom;
}
.home_case .home_case_image_swiper .image {
  position: relative;
}
.home_case .home_case_image_swiper .img.img_cv {
  border-radius: 4.5rem;
  border: 0.3rem solid var(--secondary);
  background-color: #fff;
  --h: 104.292%;
}
.home_case .home_case_image_swiper .img.img_cv img {
  width: 94.2060086%;
  height: 94.0600173%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3.7rem;
}
.home_case .home_case_image_swiper .img.img_ct {
  position: absolute;
  z-index: 2;
  width: 48.2%;
  --h: 100%;
  left: -14.9%;
  bottom: -12.8%;
  transition: all 0.3s;
  filter: drop-shadow(0 1.5rem 1rem rgba(30, 30, 30, 0.45));
  opacity: 0;
}
.home_case .swiper_btns {
  align-items: center;
  justify-content: space-between;
  margin-top: 6.8rem;
}
.home_case .swiper_btns .btn_prev,
.home_case .swiper_btns .btn_next {
  margin-bottom: 2.6%;
}
.home_case .swiper_btns .btn_prev:hover,
.home_case .swiper_btns .btn_next:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.home_case .home_case_intro_swiper {
  width: 70%;
  max-width: 54.4rem;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.home_case .home_case_intro_swiper .title {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
}
.home_case .home_case_intro_swiper .desc {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #4c4c4c;
  max-width: 54.4rem;
  margin: 1.8rem auto 0;
}
.home_case .home_case_intro_swiper .more {
  display: inline-flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 600;
  transition: all 0.3s;
  gap: 0.7rem;
  margin-top: 1.8rem;
}
.home_case .home_case_intro_swiper .more::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  background: url("../img/arrow-r.svg") no-repeat center / contain;
}
.home_case .home_case_intro_swiper .more:hover {
  color: var(--secondary);
}
.home_case .home_case_intro_swiper .more:hover::after {
  filter: unset;
  transform: translateX(20%);
}
.toplevel_page_sytech_fronteditor .home_inspired .main li {
  user-select: none;
  cursor: grab;
}
.toplevel_page_sytech_fronteditor .home_inspired .main li img {
  -webkit-user-drag: none;
}
.home_inspired {
  overflow: hidden;
  padding-top: 9.4rem;
}
.home_inspired .head {
  position: relative;
  z-index: 2;
}
.home_inspired p {
  line-height: 2.6rem;
  color: #4c4c4c;
  max-width: 50.4rem;
  margin-top: 3rem;
}
.home_inspired .main {
  position: relative;
  padding-bottom: 48.6956522%;
  margin-top: -4.8rem;
}
.home_inspired .main::before,
.home_inspired .main::after {
  position: absolute;
  height: 70.54%;
  width: 123%;
  border-radius: 50%;
  background-color: #bdc8ff;
  opacity: 0.72;
  content: '';
  transform: rotate(-0.96deg);
  top: 6.14%;
  left: -5.924%;
  z-index: 1;
}
.home_inspired .main::after {
  height: 64.84375%;
  background-color: #fff0b3;
  opacity: 1;
  top: unset;
  bottom: 7.25%;
  left: -16.79%;
  transform: rotate(2.56deg);
  z-index: 2;
}
.home_inspired .float {
  position: static;
}
.home_inspired .float ul {
  position: static;
}
.home_inspired .float li {
  position: absolute;
  width: 11.6848%;
  left: 0;
  top: 0;
  z-index: 3;
}
.home_inspired .float li > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home_inspired .float .image {
  --w: 0.9rem;
}
.home_inspired .float .image .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--w));
  --h: 129.977%;
  mask: no-repeat center / cover;
}
.home_inspired .float .image .img:hover img {
  transform: scale(1.02);
}
.home_inspired .float .testimonial.lar .wrap {
  font-size: 2rem;
  line-height: 1.5;
  padding: 22.7% 12.58% 15.5%;
}
.home_inspired .float .testimonial.lar .ct {
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
.home_inspired .float .testimonial .wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: unset;
  font-size: 1.8rem;
  line-height: 1.555556;
  padding: 20.32% 12.58% 10.97%;
  overflow-y: auto;
}
.home_inspired .float .testimonial .desc {
  flex: 1;
}
.home_inspired .float .testimonial .client {
  margin-top: 2rem;
}
.home_inspired .float .testimonial .name {
  font-weight: 600;
}
.home_inspired .float .testimonial .ct {
  font-size: 1.4rem;
  color: #565656;
  margin-top: 0.7rem;
}
.home_inspired .float .testimonial .img {
  position: absolute;
  width: 57.31%;
  --h: 100%;
  right: -5.44%;
  bottom: -4.186%;
}
.home_inspired .float li:nth-child(1) {
  width: 11.685%;
  left: 1.09%;
  top: 10.94%;
}
.home_inspired .float li:nth-child(2) {
  width: 16.848%;
  left: 15.98%;
  top: 35.49%;
}
.home_inspired .float li:nth-child(3) {
  width: 24.13%;
  left: 42.88%;
  top: 3.46%;
  --w: 1.7rem;
}
.home_inspired .float li:nth-child(4) {
  width: 16.793%;
  left: 75.71%;
  top: 0%;
  --w: 1.3rem;
  z-index: 1;
}
.home_inspired .float li:nth-child(5) {
  width: 18.967%;
  left: 75.27%;
  top: 47.32%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_inspired .float .testimonial .wrap {
    font-size: 1.6rem;
    padding: 4rem 2rem;
  }
  .home_inspired .float .testimonial.lar .wrap {
    font-size: 1.6rem;
    padding: 4rem 2rem;
  }
  .home_inspired .float .testimonial .img {
    width: 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_numbers .nums .wrap {
    font-size: 4rem;
  }
  .home_inspired .main {
    min-height: 500px;
  }
  .home_inspired .float li.testimonial {
    width: 23%;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_numbers .head {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .home_numbers {
    margin-top: -24px;
  }
  .home_numbers .subtitle {
    min-height: 25px;
    font-size: 14px;
    padding-bottom: 0;
    letter-spacing: unset;
    padding-right: 14px;
  }
  .home_numbers .flex {
    padding: 30px 0;
    display: block;
  }
  .home_numbers .head {
    margin: 0;
  }
  .home_numbers .nums {
    margin-top: 20px;
  }
  .home_numbers .nums ul {
    gap: 14px;
  }
  .home_numbers .nums li {
    border-radius: 10px;
    padding: 20px;
  }
  .home_numbers .nums .wrap {
    font-size: 26px;
  }
  .home_numbers .nums .wrap i {
    font-size: 16px;
    margin-left: 3px;
  }
  .home_numbers .nums .label {
    font-size: 14px;
    margin-top: 8px;
  }
  .home_brands {
    padding: 50px 0;
  }
  .home_brands h2 span::before {
    bottom: 0;
  }
  .home_brands .flex {
    margin-top: 30px;
  }
  .home_brands .lt {
    width: 120px;
  }
  .home_brands .home_brands_swiper .swiper-slide {
    max-width: 100px;
  }
  .home_type {
    padding: 50px 0;
  }
  .home_type .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_type .home_type_swiper {
    margin-top: 30px;
  }
  .home_type .home_type_swiper .swiper-slide {
    max-width: 282px;
  }
  .home_type .item .wrap {
    padding: 0 20px;
  }
  .home_type .item .title {
    font-size: 18px;
    letter-spacing: unset;
    margin-top: 0;
  }
  .home_type .item .img {
    margin-top: 10px;
    max-width: 180px;
  }
  .home_type .item .desc {
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .home_options {
    padding: 50px 0;
    overflow: hidden;
  }
  .home_options .nav {
    margin-top: 20px;
    padding: 5px;
  }
  .home_options .nav .nav_list {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
  }
  .home_options .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_options .nav .nav_item {
    white-space: nowrap;
    font-size: 14px;
    padding: 10px 20px;
  }
  .home_options .nav .nav_item.active {
    padding: 10px 20px;
  }
  .home_options .home_options_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .home_options .home_options_swiper .swiper-slide {
    max-width: 197px;
  }
  .home_options .item .img::before {
    border-radius: 10px 100% 10px 10px;
  }
  .home_options .item .title {
    font-size: 18px;
    letter-spacing: unset;
    margin-top: 16px;
  }
  .home_options p.center:has(.btn) {
    margin-top: 30px;
  }
  .home_case {
    padding-top: 50px;
  }
  .home_case .swiper_box {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .home_case .home_case_image_swiper .img.img_cv {
    border-radius: 10px;
  }
  .home_case .home_case_image_swiper .img.img_cv img {
    border-radius: 10px;
  }
  .home_case .swiper_btns {
    margin-top: 30px;
  }
  .home_case .swiper_btns .btn_prev,
  .home_case .swiper_btns .btn_next {
    margin-bottom: 0;
  }
  .home_case .home_case_intro_swiper .title {
    font-size: 18px;
    letter-spacing: unset;
  }
  .home_case .home_case_intro_swiper .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_case .home_case_intro_swiper .more {
    font-size: 14px;
    gap: 6px;
    margin-top: 20px;
  }
  .home_case .home_case_intro_swiper .more::after {
    width: 12px;
    height: 12px;
  }
  .home_inspired {
    padding: 50px 0;
  }
  .home_inspired .main {
    margin-top: 30px;
    padding: 0;
  }
  .home_inspired .main .float ul {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    display: flex;
    overflow-x: auto;
    gap: 20px;
  }
  .home_inspired .main .float ul::-webkit-scrollbar {
    display: none;
  }
  .home_inspired .main .float ul li {
    width: 100%;
    position: relative;
    left: unset;
    top: unset;
    z-index: 3;
    flex: 1 0 200px;
  }
  .home_inspired .main .float ul li.image {
    align-self: center;
    --w: 8px;
  }
  .home_inspired .main .float ul li.testimonial {
    border-radius: 10px;
  }
  .home_inspired .main .float ul li.testimonial > img {
    display: none;
  }
  .home_inspired .main .float ul li.testimonial .wrap {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px;
    position: static;
    height: 100%;
    min-height: 250px;
  }
  .home_inspired .main .float ul li.testimonial .client .ct {
    font-size: 14px;
    margin-top: 5px;
  }
  .home_inspired .main .float ul li.testimonial .img {
    max-width: 80px;
    right: 0;
    bottom: 0;
  }
  .home_inspired .main .float ul li:nth-child(2) {
    background-color: #9cd5e2;
  }
  .home_inspired .main .float ul li:nth-child(5) {
    background-color: #f2a5cc;
  }
}
@media screen and (max-width: 576px) {
  .home_numbers .nums ul {
    grid-template-columns: 1fr 1fr;
  }
  .home_type .head {
    padding: 0;
  }
  .home_type .head > img {
    display: none;
  }
  .home_case {
    padding: 50px 0;
  }
  .home_case .swiper_box {
    padding: 0;
  }
  .home_case .swiper_box::before {
    height: 50px;
    bottom: 40px;
  }
  .home_case .home_case_image_swiper .swiper-slide {
    max-width: 80%;
  }
  .home_case .swiper_btns {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .home_case .home_case_intro_swiper {
    width: 100%;
    order: -1;
  }
}
