.matters-section {
  position: relative;
  background-color: #01021E;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .matters-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .matters-section {
    padding-top: 90px;
  }
}
.matters-section .matters-section__decor {
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 576px) {
  .matters-section .matters-section__decor {
    width: 260px;
    height: 260px;
    top: 390px;
  }
}
.matters-section .gradient_decoration {
  position: absolute;
  top: 0;
  right: 0;
  clip-path: inset(1px 1px 1px 1px);
  pointer-events: none;
}
.matters-section .matters_title_decor {
  width: 860px;
  position: absolute;
  top: 18%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 992px) {
  .matters-section .matters_title_decor {
    top: 13%;
    width: 600px;
    max-width: 200%;
  }
}
@media (max-width: 576px) {
  .matters-section .matters_title_decor {
    top: 13%;
    width: 540px;
  }
}
.matters-section__content {
  position: relative;
  z-index: 3;
}
.matters-section__content-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  .matters-section__content-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 80px;
  }
}
.matters-section__content-row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 900px) {
  .matters-section__content-row.image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.matters-section__content-row.image figure {
  position: sticky;
  top: 157px;
  display: inline-block;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0;
}
@media (max-width: 900px) {
  .matters-section__content-row.image figure {
    position: relative;
    top: unset;
  }
}
@media (max-width: 576px) {
  .matters-section__content-row.image figure {
    padding-left: 19px;
    padding-right: 19px;
    width: 100%;
  }
}
.matters-section__content-row.image figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 277px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(31, 21, 41, 0.9)), color-stop(98%, rgba(17, 10, 23, 0.5)));
  background: linear-gradient(180deg, rgba(31, 21, 41, 0.9) 2%, rgba(17, 10, 23, 0.5) 98%);
  -webkit-box-shadow: 0px 0px 0px 0.5px rgba(255, 255, 255, 0.3), 0px -2px 6px rgba(255, 255, 255, 0.17);
          box-shadow: 0px 0px 0px 0.5px rgba(255, 255, 255, 0.3), 0px -2px 6px rgba(255, 255, 255, 0.17);
  pointer-events: none;
}
@media (max-width: 576px) {
  .matters-section__content-row.image figure::before {
    height: 210px;
  }
}
.matters-section__content-row.image figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 505px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(31, 21, 41, 0.9)), color-stop(98%, rgba(17, 10, 23, 0.5)));
  background: linear-gradient(180deg, rgba(31, 21, 41, 0.9) 2%, rgba(17, 10, 23, 0.5) 98%);
  -webkit-box-shadow: 0px 0px 0px 0.5px rgba(255, 255, 255, 0.3), 0px -2px 6px rgba(255, 255, 255, 0.17);
          box-shadow: 0px 0px 0px 0.5px rgba(255, 255, 255, 0.3), 0px -2px 6px rgba(255, 255, 255, 0.17);
  pointer-events: none;
}
@media (max-width: 576px) {
  .matters-section__content-row.image figure::after {
    height: 319px;
  }
}
.matters-section__content-row.image figure img {
  width: 100%;
  height: 672px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .matters-section__content-row.image figure img {
    height: 500px;
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 1040px) {
  .matters-section__content-row.items {
    -webkit-box-flex: 0.7;
        -ms-flex: 0.7;
            flex: 0.7;
  }
}
.matters-section__content-items-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .matters-section__content-items-wrapper {
    margin-bottom: 25px;
  }
}
.matters-section__content-items-wrapper:last-child {
  margin-bottom: 0;
}
.matters-section__title {
  font-family: "ClashDisplay";
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #FFFFFF;
  max-width: 667px;
  margin: 0 auto 24px;
}
@media (max-width: 996px) {
  .matters-section__title {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 400px) {
  .matters-section__title {
    font-size: 35px;
    line-height: 35px;
  }
}
.matters-section__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FFFFFF;
  max-width: 680px;
  margin: 0 auto 68px;
}
@media (max-width: 576px) {
  .matters-section__subtitle {
    font-size: 15px;
    line-height: 21px;
  }
}
.matters-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .matters-section__item {
    margin-bottom: 18px;
  }
}
.matters-section__item-title {
  font-family: "ClashDisplay";
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #FFFFFF;
}
.matters-section__item-description {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
.matters-section__icon {
  font-size: 20px;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.matters-section__item[aria-expanded=true] .matters-section__icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.matters-section__item-content {
  max-height: none;
  opacity: 1;
}
@media (max-width: 900px) {
  .matters-section__item-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  }
}
@media (max-width: 900px) {
  .matters-section__item[aria-expanded=true] .matters-section__item-content {
    max-height: 500px;
    opacity: 1;
  }
}
@media (max-width: 900px) {
  .matters-section__item[aria-expanded=true] .matters-section__icon {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}