@font-face {
  font-family: "PT Astra Fact regular";
  src: url(../fonts/PTAstraFact-Regular.ttf);
}

@font-face {
  font-family: "PT Astra Fact";
  src: url(../fonts/PTAstraFact-Bold.ttf);
}

html {
  scroll-padding-top: 55px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PT Astra Fact regular";
  /* outline: 1px solid red; */
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
}

body {
  overflow-x: hidden;
  background-color: #f7f8fb;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.locked {
  overflow: hidden;
}
.container-investors {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-top {
  padding: 40px 0;
  background-color: #ffffff;
}
.section-top-topic {
  color: #626b7d;
  font-size: 14px;
  text-align: center;
}
.section-top-title {
  margin-top: 24px;
  color: #262930;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 769px) {
  .section-top-title {
    font-size: 32px;
  }
}

/*meeting*/
.meeting {
  padding: 48px 0;
}
.meeting-wrap {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 60px 48px;
  border-radius: 24px;
}
.meeting-top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.meeting-top-section {
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 340px;
}
.meeting-top-title {
  font-size: 32px;
  line-height: 1.5;
  color: #003b5c;
}
.meeting-top-desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  /* max-width: 598px; */
}
.meeting-top-desc-text {
  font-size: 16px;
  line-height: 1.5;
  color: #262930;
}
.meeting-top-line {
  width: 8px;
  height: auto;
  background-color: #23a1d8;
  border-radius: 2px;
}
.meeting-select {
  position: relative;
  margin-top: 60px;
}

.meeting-select-button {
  /* margin: auto; */
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 160px;

  background-color: transparent;
  /* background: #ffffff; */
  border: 1px solid #c5c9d2;
  border-radius: 12px;
  height: 60px;
  padding: 22px 16px;
  font-size: 14px;

  cursor: pointer;
}
.meeting-select-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/grey-arrow.svg") center center/cover no-repeat;
  pointer-events: none;
}

.meeting-select-list {
  display: none;

  position: absolute;
  /* left: 50%;
  transform: translateX(-50%); */
  left: 0;
  top: 63px;

  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #c5c9d2;
  background: #ffffff;
  /* box-shadow: 0px 4px 8px rgba(171, 191, 125, 0.26); */
  overflow: hidden;

  border-radius: 6px;
  width: 100%;
  max-width: 160px;
  margin: auto;
  z-index: 1;
}
.meeting-select-list.visible {
  display: block;
}

.meeting-select-list-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #c5c9d2;
  border-bottom: 0px;
  padding: 13px 20px;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.meeting-select-list-item:first-child {
  border-radius: 6px 6px 0 0;
}

.meeting-select-list-item:last-child {
  border-radius: 0 0 6px 6px;
}

.meeting-select-input-hidden {
  display: none;
}

.meeting-select-list.visible {
  display: block;
}

.meeting-period {
  margin-top: 48px;
}
.meeting-period-title {
  color: #626b7d;
  font-size: 20px;
  line-height: 1.5;
}
.meeting-period-content {
  margin-top: 40px;
  display: flex;
  gap: 60px;
}
.meeting-period-data {
  color: #003b5c;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 116px;
}
.meeting-period-data-span {
  font-size: 14px;
  color: #626b7d;
}
.meeting-period-items {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.meeting-period-item {
  padding: 19px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  color: #262930;
  line-height: 1.5;
  width: 100%;
}
.meeting-period-item-span {
  color: #626b7d;
  font-size: 12px;
}
.meeting-period-item-desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 650px;
}
.meeting-period-arrow-wrap {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  background-color: #23a1d8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.meeting-period-item-section {
  display: flex;
  gap: 16px;
  align-items: center;
}
.meeting-period-section:first-of-type {
  padding-bottom: 60px;
  border-bottom: 1px solid #e7eaf1;
}
.meeting-period-section:last-of-type {
  padding-top: 60px;
}
@media (max-width: 1000px) {
  .meeting-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
  }
  .meeting-top-title {
    font-size: 20px;
  }
  .meeting-select-button {
    max-width: 100%;
  }
  .meeting-select-list {
    max-width: 100%;
  }
  .meeting-wrap {
    padding: 36px 56px;
  }
  .meeting-period-content {
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 577px) {
  .meeting-wrap {
    padding: 36px 24px;
  }
}
