.home_banner {
  max-width: 256rem;
  margin: 0 auto;
}
.home_banner::before {
  position: absolute;
  width: 50.625%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) -2.675%, transparent);
  opacity: 0.64;
  pointer-events: none;
  z-index: -1;
}
.home_banner .flex {
  height: 100vh;
  max-height: 83.5rem;
  min-height: max-content;
  padding: 6rem 0;
}
.home_banner .head {
  width: 50.89552239%;
  max-width: 62.5rem;
  padding-bottom: 5%;
}
.home_banner .head .subtitle {
  font-size: 1.3rem;
  grid-template-columns: 0.4615385em 1fr;
  border-radius: 1.5em;
  background-color: rgba(58, 58, 58, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.18);
  letter-spacing: 0.01154em;
  gap: 0.799231em;
  padding: 0.78462em 1.231em 0.78462em 1.3077em;
  margin-bottom: 3rem;
}
.home_banner .head .subtitle::before {
  height: unset;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
}
.home_banner p {
  max-width: 54.9rem;
  margin-top: 2.3rem;
}
.home_banner .btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-top: 2.4rem;
}
.home_trusted {
  border-bottom: 1px solid #e1e7ef;
  padding: 2.8rem 0 2.4rem;
}
.home_trusted .info strong {
  font-size: 2.6rem;
  font-weight: 500;
}
.home_trusted .info p {
  font-size: 1.3rem;
  color: #6e7984;
  text-transform: uppercase;
  letter-spacing: 0.078462em;
  margin-top: 0.7rem;
}
.home_trusted .info ul {
  flex: 1;
  max-width: 85.7rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.7rem;
  font-weight: 450;
  gap: 2rem 6.53442%;
  margin-top: 2px;
}
.home_trusted .info ul li {
  position: relative;
  padding-left: 1.058824em;
}
.home_trusted .info ul li::before {
  position: absolute;
  width: 0.3529412em;
  height: 0.3529412em;
  border-radius: 50%;
  content: '';
  background-color: var(--primary);
  left: 0;
  top: 0.470588em;
}
.home_about {
  overflow: hidden;
  padding: 8rem 0 10.1rem;
}
.home_about .head .lt {
  width: 40%;
  max-width: 52rem;
}
.home_about .head .lt .btn_i {
  margin-top: 5.5rem;
}
.home_about .head .desc {
  flex: 1;
  max-width: 59.8rem;
  margin-top: 4.2rem;
}
.home_about .head .desc p {
  max-width: 58.8rem;
}
.home_about .head .desc p + p {
  margin-top: 3.2rem;
}
.home_about .box {
  margin: 4.1rem -4.92537313% 0;
}
.home_about .items {
  position: relative;
}
.home_about .items::after {
  display: block;
  padding-bottom: 38.51902174%;
  pointer-events: none;
  content: '';
}
.home_about .items ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  gap: 1.53182065%;
}
.home_about .items ul li {
  flex: 1;
  max-height: 100%;
}
.home_about .items ul li:nth-child(even) {
  margin-top: auto;
}
.home_about .items .item {
  position: relative;
  display: block;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  border-radius: 2rem;
}
.home_about .items .item:hover .img img {
  transform: scale(1.03);
}
.home_about .items .item.right .text {
  text-align: right;
}
.home_about .items .img {
  padding-bottom: 105.5508831%;
}
.home_about .items .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.home_about .items .info.img_bg > img {
  position: static;
  height: auto;
}
.home_about .items .text {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  bottom: 0;
  overflow-y: auto;
  padding: 6.0971764% 7.1484137%;
}
.home_about .items .text h3 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.0125em;
}
.home_about .items .text p {
  font-size: 1.8rem;
  opacity: 0.85;
  margin-top: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.002778em;
}
.home_about .nums_container {
  margin-top: 0.9rem;
}
.home_partner {
  padding: 10.1rem 0 9.5rem;
}
.home_partner .head {
  flex: 1;
  width: 100%;
  max-width: 44.8rem;
  padding-bottom: 5.6%;
}
.home_partner p {
  margin-top: 3.2rem;
}
.home_partner .items {
  width: 55.67164179%;
  border-radius: 1rem;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.home_partner .items ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: -1px;
  margin-bottom: -1px;
}
.home_partner .items .img {
  border: 0 solid #e5e5e5;
  border-left-width: 1px;
  border-bottom-width: 1px;
  --h: 45.1417004%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_about .box {
    margin: 4rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .home_banner::before {
    width: 100%;
  }
  .home_banner .flex {
    height: auto;
    padding: 50px 0;
  }
  .home_banner .head {
    padding: 0;
  }
  .home_banner .head .subtitle {
    font-size: 12px;
    margin-bottom: 8px;
    padding: 0.5em 1em;
  }
  .home_trusted {
    padding: 30px 0;
  }
  .home_trusted .info strong {
    font-size: 16px;
  }
  .home_trusted .info p {
    font-size: 13px;
    margin-top: 5px;
  }
  .home_trusted .info ul {
    flex: unset;
    font-size: 14px;
    gap: 16px 20px;
    margin: 0;
  }
  .home_about {
    padding: 50px 0;
  }
  .home_about .head .lt .btn_i {
    margin-top: 20px;
  }
  .home_about .head .desc {
    margin-top: 0;
  }
  .home_about .head .desc p + p {
    margin-top: 12px;
  }
  .home_about .box {
    width: calc(100% + 40px);
    margin: 30px -20px 0;
    padding: 0 20px;
    overflow-x: auto;
  }
  .home_about .box::-webkit-scrollbar {
    display: none;
  }
  .home_about .items {
    min-width: 700px;
  }
  .home_about .items .item {
    border-radius: 10px;
  }
  .home_about .items .text h3 {
    font-size: 16px;
  }
  .home_about .items .text p {
    font-size: 14px;
    margin-top: 5px;
  }
  .home_about .nums_container {
    margin-top: 20px;
  }
  .home_partner {
    padding: 50px 0;
  }
  .home_partner .head {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .home_banner::before {
    background: var(--title);
  }
  .home_banner .head {
    width: 100%;
  }
  .home_trusted .info ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home_about .head {
    display: block;
  }
  .home_about .head .lt {
    width: 100%;
  }
  .home_about .head .desc p {
    margin-top: 20px;
  }
  .home_partner .items {
    width: 100%;
  }
}
