.home-hero {
  height: 987.7px;
  max-height: 100vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.home-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48));
}
.home-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 292px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.home-hero__title {
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 84px;
  line-height: 76px;
  letter-spacing: -2.54px;
  color: #e6e6e6;
  margin-bottom: 155px;
}
.home-hero__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-hero__subtitle {
  color: #e6e6e6;
  font-size: 21px;
  line-height: 120%;
  letter-spacing: -0.15px;
  margin-bottom: 12px;
}
.home-hero__text {
  width: 326px;
  max-width: 100%;
  color: rgba(230, 230, 230, 0.5);
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 30px;
  letter-spacing: 0;
}

.home-about {
  padding: 170px 0 0;
}
.home-about .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-about .title-section {
  margin-bottom: 80px;
  text-align: left;
  padding-left: 37.7%;
}
.home-about__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 80px;
}
.home-about__list-item:last-child {
  margin-bottom: 0;
}
.home-about__list-item:last-child:before {
  display: none;
}
.home-about__list-item:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(33, 37, 41, 0.3294117647);
}
.home-about__list-item .desc {
  width: 37.7%;
  padding-right: 64px;
}
.home-about__list-item .desc .number {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0.15px;
}
.home-about__list-item .desc .title {
  font-family: "Droid Sans", sans-serif;
  font-size: 46px;
  line-height: 56px;
  font-weight: 400;
  letter-spacing: -0.15px;
  margin-bottom: 30px;
}
.home-about__list-item .desc .text {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 400;
}
.home-about__list-item .img {
  width: 62.3%;
}
.home-about__list-item .img img {
  width: 100%;
  height: auto;
}

.technology {
  padding-top: 172px;
}
.technology .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #ebebea;
  padding: 124px 80px;
  border-radius: 10px;
}
.technology .desc {
  width: 56.09%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.technology .desc .title-section-small {
  margin-bottom: 20px;
}
.technology .desc .text {
  margin-bottom: 32px;
}
.technology .desc .text p {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.2px;
  margin: 32px 0;
}
.technology .desc .text p:first-child {
  margin-top: 0;
}
.technology .desc .text p:last-child {
  margin-bottom: 0;
}
.technology .img {
  width: 35.64%;
  border-radius: 4px;
  overflow: hidden;
}
.technology .img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.projects {
  margin-top: 40px;
  padding: 48px 0 60px;
  aspect-ratio: 12/7;
  max-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.projects .container {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.projects .title-section {
  color: #ebebea;
  padding-left: 37.7%;
  text-align: left;
}
.projects .desc {
  width: 100%;
  padding-left: 37.7%;
  padding-right: 16.06%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.projects .desc .text {
  margin-bottom: 50px;
  color: #ebebea;
}
.projects .desc .text p {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.2px;
  margin: 32px 0;
}
.projects .desc .text p:first-child {
  margin-top: 0;
}
.projects .desc .text p:last-child {
  margin-bottom: 0;
}

.materials {
  margin-top: 48px;
}
.materials .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.materials .title-section {
  margin-bottom: 160px;
  padding-left: 37.7%;
  text-align: left;
}
.materials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  aspect-ratio: 126/65;
}
.materials__list-item {
  height: calc(50% - 6px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 32px;
  position: relative;
  color: #ebebea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.materials__list-item:hover:before {
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  background-color: #344E6A;
}
.materials__list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 10px;
  z-index: 1;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.materials__list-item:nth-child(1) {
  width: calc(62.5% - 6px);
}
.materials__list-item:nth-child(1) .title-item {
  width: 59.73%;
}
.materials__list-item:nth-child(1) .text-item {
  width: 59.73%;
}
.materials__list-item:nth-child(2) {
  width: calc(37.5% - 6px);
}
.materials__list-item:nth-child(3) {
  width: calc(37.5% - 6px);
}
.materials__list-item:nth-child(4) {
  width: calc(62.5% - 6px);
}
.materials__list-item:nth-child(4) .title-item {
  width: 59.73%;
}
.materials__list-item:nth-child(4) .text-item {
  width: 59.73%;
}
.materials__list-item .title-item {
  font-family: "Inter", sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.8px;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
.materials__list-item .text-item {
  display: block;
  width: 59.73%;
  position: relative;
  z-index: 2;
  width: 100%;
}
.materials__list-item .link-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.materials__desc {
  margin-top: 160px;
  width: 100%;
  padding-left: 37.7%;
  padding-right: 16.06%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.materials__desc .text {
  margin-bottom: 50px;
  color: #1d1e1b;
}
.materials__desc .text p {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.2px;
  margin: 32px 0;
}
.materials__desc .text p:first-child {
  margin-top: 0;
}
.materials__desc .text p:last-child {
  margin-bottom: 0;
}

.technology-numbers {
  margin-top: 40px;
}
.technology-numbers .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 124px 42px;
  background-color: #ebebea;
  border-radius: 10px;
}
.technology-numbers .title-section {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.technology-numbers .left {
  width: 35.97%;
}
.technology-numbers .right {
  width: 59.86%;
}
.technology-numbers__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px 40px;
  width: 100%;
}
.technology-numbers__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid #d6d6d5;
  width: 100%;
}
.technology-numbers__list-item .number {
  font-family: "Inter", sans-serif;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.2px;
  color: #1d1e1b;
  margin-bottom: 8px;
}
