/* .home_products {
  padding: 13.5rem 0 14.9rem;
}
.home_products .list {
  margin-top: 3.2rem;
}
.home_products .list ul {
  display: grid;
  grid-template-columns: 44.02777778% 1fr 1fr;
  gap: 2.6rem 2.5rem;
}
.home_products .list li {
  position: relative;
  grid-row: span 3;
  padding-bottom: 95.76719577%;
}
.home_products .list .row4 {
  grid-row: span 4;
  padding-bottom: 78.86435331%;
}
.home_products .list .row4 .info {
  align-self: flex-end;
}
.home_products .list .row4 .pd {
  margin-right: 0;
}
.home_products .list .col2 {
  grid-column: span 2;
  padding-bottom: 46.59820282%;
}
.home_products .list .col2 .info {
  align-self: flex-end;
  padding-bottom: 3.2rem;
}
.home_products .list .col2 .item .img_cv::after {
  background-image: linear-gradient(to top, var(--bg) 14.6%, transparent 74.4%);
}
.home_products .list .row2 {
  grid-row: span 2;
  padding-bottom: 35.8044164%;
}
.home_products .list .row2 .info {
  padding-right: 0;
  max-width: 20.6rem;
}
.home_products .list .row2 .img {
  margin-right: auto;
}
.home_products .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 1.8rem;
  overflow: hidden;
  background-color: var(--bg);
  gap: 2rem;
}
.home_products .item:has(.pd) .img_cv::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  content: '';
  background-image: linear-gradient(to top, var(--bg) 18.4%, transparent 44.5077%);
  pointer-events: none;
}
.home_products .item:hover img {
  transform: scale(1.02);
}
.home_products .item .img_cv {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home_products .item .img {
  align-self: center;
}
.home_products .item .img_ct {
  width: 50%;
  --h: 56.78233438%;
}
.home_products .item .pd {
  width: 57.0977918%;
  max-width: 36.2rem;
  --h: 100%;
  margin-right: 3.6%;
}
.home_products .item .info {
  position: relative;
  z-index: 2;
  flex: 1;
  padding: 4.1rem;
}
.home_products .item .info .title {
  font-size: 2.8rem;
  line-height: 1.14285714;
  font-weight: 600;
  max-width: 18rem;
  letter-spacing: 0.06rem;
}
.home_products .item .info .desc {
  font-size: 1.8rem;
  line-height: 1.55555556;
  max-width: 12rem;
  margin-top: 1.7rem;
} */
.home_solutions {
  background-color: #1a1a1a;
  color: #fff;
  padding: 13.6rem 0 5.4rem;
}
.home_solutions h2 {
  max-width: 58.4rem;
}
.home_solutions p {
  max-width: 58.4rem;
  margin-bottom: 0.4rem;
}
.home_solutions .list {
  position: relative;
  padding-bottom: 37.56944444%;
  margin-top: 5.3rem;
}
.home_solutions .list > div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  gap: 0.83333333%;
}
.home_solutions .item {
  flex: 1;
  display: flex;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
  transition: all 0.3s, flex 0.5s;
  padding: 2.9861111% 2.2222222%;
}
.home_solutions .item:hover img {
  transform: scale(1.02);
}
.home_solutions .item .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-bottom: 71.35416667%;
}
.home_solutions .item .img::after,
.home_solutions .item .img::before {
  position: absolute;
  width: 100%;
  height: 33.83%;
  left: 0;
  bottom: 0;
  content: '';
  pointer-events: none;
  transition: all 0.3s;
  background-image: linear-gradient(to top, rgba(12, 12, 12, 0.97) 4.37156%, transparent);
  z-index: 2;
}
.home_solutions .item .img::after {
  opacity: 0;
  background-image: linear-gradient(to top, rgba(12, 12, 12, 0.97) 30.2%, transparent);
}
.home_solutions .item .info {
  position: relative;
  z-index: 2;
  margin-top: auto;
  overflow-y: auto;
  max-height: 100%;
}
.home_solutions .item .info .title {
  font-size: 2.4rem;
  transition: all 0.3s;
  padding-bottom: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.home_solutions .item .info .desc {
  display: none;
  font-size: 1.8rem;
  line-height: 2.6rem;
  opacity: 0.8;
  max-width: 58.4rem;
  margin-top: 2px;
  font-weight: 300;
  letter-spacing: 0.015rem;
}
.home_solutions .active {
  flex: 4.5303774;
  padding-left: 2.9861111%;
}
.home_solutions .active .img::after,
.home_solutions .active .img::before {
  height: 45.84%;
}
.home_solutions .active .img::before {
  opacity: 0;
}
.home_solutions .active .img::after {
  opacity: 1;
}
.home_solutions .active .info .title {
  font-size: 2.8rem;
  letter-spacing: 0.08rem;
}
.home_solutions p.center:has(.btn) {
  max-width: unset;
  margin-top: 5.4rem;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* .home_products .item .info {
    padding: 2rem;
  } */
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  /* .home_products .item .info .title {
    font-size: 2.4rem;
  }
  .home_products .item .info .desc {
    font-size: 1.6rem;
    margin-top: 1rem;
  } */
}
@media screen and (max-width: 768px) {
  /* .home_products {
    padding: 50px 0;
  }
  .home_products .list {
    margin-top: 30px;
  }
  .home_products .list ul {
    gap: 14px;
  }
  .home_products .list .item {
    border-radius: 10px;
    gap: 14px;
  }
  .home_products .list .item .pd {
    margin-right: 0;
  }
  .home_products .list .item .info {
    padding: 14px;
  }
  .home_products .list .item .info .title {
    font-size: 18px;
    letter-spacing: unset;
  }
  .home_products .list .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 5px;
  } */
  .home_solutions {
    padding: 50px 0;
  }
  .home_solutions .head {
    display: block;
  }
  .home_solutions .head p {
    margin-bottom: 0;
  }
  .home_solutions .list {
    margin-top: 30px;
    min-height: 220px;
  }
  .home_solutions .list > div {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    gap: 16px;
  }
  .home_solutions .list > div::-webkit-scrollbar {
    display: none;
  }
  .home_solutions .item {
    flex: 1 0 320px;
    padding: 20px;
    border-radius: 10px;
  }
  .home_solutions .item .img::before {
    display: none;
  }
  .home_solutions .item .img::after {
    height: 100%;
    opacity: 1;
  }
  .home_solutions .item .info .title {
    font-size: 18px;
    letter-spacing: unset;
    padding: 0;
  }
  .home_solutions .item .info .desc {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .home_solutions p.center:has(.btn) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  /* .home_products .list ul {
    grid-template-columns: 1fr 1fr;
  }
  .home_products .list ul .row4,
  .home_products .list ul .row2,
  .home_products .list ul li {
    grid-row: unset;
  }
  .home_products .list .row4,
  .home_products .list .row2,
  .home_products .list .col2 {
    grid-column: -1/1;
  } */
}
