.materials-hero {
  height: 987.7px;
  max-height: 100vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.materials-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.7)), to(rgba(0, 0, 0, 0.48)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.48));
}
.materials-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 104px;
  padding-bottom: 42px;
  -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;
  height: 100%;
}
.materials-hero__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 84px;
  line-height: 76px;
  letter-spacing: -2.54px;
  color: #e6e6e6;
  margin-bottom: 155px;
}
.materials-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;
  padding-left: 34.21%;
  padding-right: 10.89%;
}
.materials-hero__text {
  width: 100%;
  color: #ebebea;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.2px;
}

.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: 40px;
  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(37.5% - 6px);
}
.materials__list-item:nth-child(2) {
  width: calc(62.5% - 6px);
}
.materials__list-item:nth-child(2) .title-item {
  width: 59.73%;
}
.materials__list-item:nth-child(2) .text-item {
  width: 59.73%;
}
.materials__list-item:nth-child(3) {
  width: calc(62.5% - 6px);
}
.materials__list-item:nth-child(3) .title-item {
  width: 59.73%;
}
.materials__list-item:nth-child(3) .text-item {
  width: 59.73%;
}
.materials__list-item:nth-child(4) {
  width: calc(37.5% - 6px);
}
.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;
  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 {
  width: 100%;
  padding-left: 37.7%;
  padding-right: 16.06%;
  margin-bottom: 60px;
  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;
  position: relative;
}
.materials__desc .text {
  color: #1d1e1b;
  opacity: 0.3;
}
.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;
}
.materials__desc .text-mask {
  color: #1d1e1b;
  position: absolute;
  top: 0;
  left: 37.7%;
}
.materials__desc .text-mask p {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.2px;
  margin: 32px 0;
}
.materials__desc .text-mask p:first-child {
  margin-top: 0;
}
.materials__desc .text-mask p:last-child {
  margin-bottom: 0;
}

.environmental {
  margin-top: 40px;
  padding: 48px 0 60px;
  aspect-ratio: 12/7;
  max-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.environmental .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;
}
.environmental .title-section {
  color: #ebebea;
  padding-left: 37.7%;
  text-align: left;
}
.environmental .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;
}
.environmental .desc .text-box {
  position: relative;
}
.environmental .desc .text-mask {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 50px;
  color: #ebebea;
}
.environmental .desc .text-mask p {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.2px;
  margin: 32px 0;
}
.environmental .desc .text-mask p:first-child {
  margin-top: 0;
}
.environmental .desc .text-mask p:last-child {
  margin-bottom: 0;
}
.environmental .desc .text {
  margin-bottom: 50px;
  color: #ebebea;
  opacity: 0.3;
}
.environmental .desc .text p {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.2px;
  margin: 32px 0;
}
.environmental .desc .text p:first-child {
  margin-top: 0;
}
.environmental .desc .text p:last-child {
  margin-bottom: 0;
}
