/* Color pallette */
/* cubic-bezier timing functions */
/* Header */
.investor-relations {
  position: relative;
  width: 100%;
  padding: 0 0 50px;
}
.investor-relations__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.investor-relations__box {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 16px 10px 16px;
  width: 100%;
  max-width: 300px;
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 100%);
  justify-content: space-between;
}
.investor-relations__box.bg-orange {
  color: hsl(0, 0%, 100%);
  background-color: #f58220;
}
.investor-relations__box__text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 90px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
  letter-spacing: -1.04px;
}
.investor-relations__box__value {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 60%;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 51px;
  line-height: 3.1875rem;
  font-weight: 600;
}
.investor-relations__box__value span {
  padding: 0 0 0 5px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
  letter-spacing: -1.52px;
}
.investor-relations__box__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.investor-relations__box__date {
  color: inherit;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}
.investor-relations__box__date.-right {
  margin-left: auto;
}
.investor-relations__box.-wide {
  margin: 10px auto 0;
  background-color: #3c3c3c;
  width: 100%;
}
.investor-relations__box.-wide .investor-relations__box__text {
  color: hsl(0, 0%, 100%);
}
.investor-relations__box.-wide .investor-relations__box__value {
  color: #acacac;
}
.investor-relations__box.-wide .investor-relations__box__date {
  color: #acacac;
}
.investor-relations .reports-and-presentations__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 30px 0 0 0;
  gap: 30px;
}
.investor-relations .reports-and-presentations__item {
  margin: 20px 0 0 0;
}
.investor-relations .reports-and-presentations__item:first-child {
  margin: 0;
}
.investor-relations .reports-and-presentations__category {
  text-align: center;
  margin: 0 0 20px 0;
}
.investor-relations .reports-and-presentations__category__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.investor-relations .reports-and-presentations__category__item__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  padding: 20px 30px 20px 0;
  color: hsl(0, 0%, 0%);
}
.investor-relations .reports-and-presentations__category__item:hover {
  background-color: #f58220;
}
.investor-relations .reports-and-presentations__category__item__content {
  color: hsl(0, 0%, 100%);
  filter: brightness(100);
}

.investor-relations .reports-and-presentations__category__item__icon {
  filter: brightness(100);
}

.investor-relations .reports-and-presentations__category__item__title {
  margin-inline-end: auto;
}
.investor-relations .reports-and-presentations__category__item__date {
  min-width: 150px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}
.investor-relations .reports-and-presentations__category__item__line {
  width: 100%;
  height: 0.4px;
  background-color: #b6b6b6;
}
.investor-relations .reports-and-presentations__category__item__icon {
  position: absolute;
  top: 20px;
  right: 0;
}
.investor-relations .reports-and-presentations__category__item__icon.-bottom {
  top: unset;
  bottom: 20px;
}
.investor-relations .reports-and-presentations__button {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .investor-relations {
    padding: 0 0 100px;
  }
  .investor-relations__content {
    flex-direction: row;
    gap: 30px;
  }
  .investor-relations__box {
    padding: 40px 40px 24px 40px;
    width: 50%;
    max-width: unset;
  }
  .investor-relations__box__text {
    max-width: 100px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .investor-relations__box__date {
    margin: 30px 0 0 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .investor-relations__box.-wide {
    margin: 30px 0 0 0;
  }
  .investor-relations__box.-wide .investor-relations__box__value {
    justify-content: flex-start;
  }
  .investor-relations .reports-and-presentations__wrapper {
    margin: 60px 0 0 0;
  }
  .investor-relations .reports-and-presentations__item {
    margin: 30px 0 0 0;
  }
  .investor-relations .reports-and-presentations__category {
    text-align: start;
    padding: 0 50px;
    margin: 0 0 30px 0;
  }
  .investor-relations .reports-and-presentations__category__item__content {
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
    gap: 40px;
    padding: 20px 70px;
  }
  .investor-relations .reports-and-presentations__category__item__date {
    font-size: inherit;
  }
  .investor-relations .reports-and-presentations__category__item__line {
    width: calc(100% - 100px);
  }
  .investor-relations .reports-and-presentations__category__item__icon {
    position: relative;
    top: unset;
    right: unset;
  }
  .investor-relations .reports-and-presentations__category__item__icon.-bottom {
    bottom: unset;
  }
}
@media screen and (min-width: 992px) {
  .investor-relations__box__text {
    max-width: 150px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .investor-relations__box__value {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 90px;
    line-height: 5.625rem;
  }
  .investor-relations__box__value span {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
}