.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0px 0px 220px;
  position: relative;
  background-color: #ffffff;
}

.page .top-bar {
  display: flex;
  width: 1440px;
  height: 80px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px #0000001f;
}

.page .SYM-logo-circle {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(./img/SYM-logo-circle.png);
  background-size: cover;
  background-position: 50% 50%;
}

.page .title {
  position: relative;
  flex: 1;
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 36px;
}

.page .navigation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.page .tab {
  position: relative;
  width: fit-content;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.page .textfield {
  display: flex;
  width: 200px;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  padding: 8px;
  position: relative;
  border-radius: 6px;
  border: 1px solid;
  border-color: #0000001a;
}

.page .text {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #00000080;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.page .sidebar {
  display: flex;
  flex-direction: column;
  width: 220px;
  height: 6132px;
  align-items: center;
  padding: 12px 0px;
  position: absolute;
  top: 80px;
  left: 0;
  background-color: #0000000d;
}

.page .item {
  gap: 12px;
  padding: 16px 20px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.page .frame {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #0000000d;
  border-radius: 12px;
}

.page .icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: -1px;
  left: 0;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page .text-wrapper {
  position: relative;
  flex: 1;
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.page .section {
  gap: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.page .list {
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 20px 0px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.page .card {
  border: 1px solid;
  border-color: #0000001a;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 6px;
  overflow: hidden;
}

.page .image-container {
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #000000;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.page .text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .div {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.page .icon-buttons {
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.page .image-wrapper {
  display: flex;
  height: 340px;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.page .image {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: #d8d8d880;
}

.page .title-2 {
  position: absolute;
  width: 308px;
  height: 16px;
  top: 161px;
  left: 16px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.page .icon-buttons-2 {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .icon-2 {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: -1px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page .overlap-group {
  position: relative;
  width: 340px;
  height: 340px;
}

.page .img {
  position: absolute;
  width: 340px;
  height: 340px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.page .description {
  width: 520px;
  text-align: center;
  position: relative;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.page .button {
  flex-direction: column;
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
  all: unset;
  box-sizing: border-box;
}

.page .primary {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 160px;
  align-items: center;
  justify-content: center;
  padding: 12px;
  position: relative;
  background-color: #000000;
  border-radius: 8px;
}

.page .title-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.page .vector {
  width: 1220px;
  top: 720px;
  position: absolute;
  height: 1px;
  left: 0;
  object-fit: cover;
}

.page .div-wrapper {
  height: 592px;
  padding: 20px 0px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.page .image-2 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: #d8d8d880;
  border-radius: 6px;
}

.page .container-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.page .title-4 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Roboto-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 48px;
}

.page .text-wrapper-2 {
  align-self: stretch;
  position: relative;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.page .list-2 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 20px 0px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.page .row {
  align-items: center;
  gap: 40px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.page .article {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 6px;
  border: 1px solid;
  border-color: #0000001a;
}

.page .image-container-2 {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.page .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.page .title-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
}

.page .subtitle {
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #00000080;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.page .selection {
  padding: 4px 0px;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .label-normal {
  display: flex;
  width: 40px;
  height: 20px;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 2px 4px;
  position: relative;
  background-color: #d8d8d880;
  border-radius: 2px;
  overflow: hidden;
  border: 0.5px solid;
  border-color: #0000001a;
}

.page .label-text {
  position: relative;
  width: fit-content;
  margin-top: -0.5px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.page .user {
  gap: 8px;
  padding: 4px 0px;
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .avatar {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.page .avatar-2 {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #0000001a;
  border-radius: 20px;
}

.page .frame-3 {
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.page .title-6 {
  position: relative;
  align-self: stretch;
  height: 20px;
  margin-top: -1px;
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page .icon-buttons-3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.page .vector-2 {
  top: 760px;
  position: absolute;
  width: 1220px;
  height: 1px;
  left: 0;
  object-fit: cover;
}

.page .list-3 {
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.page .card-2 {
  justify-content: center;
  gap: 16px;
  padding: 16px;
  background-color: #0000000d;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 6px;
  overflow: hidden;
}

.page .user-2 {
  gap: 4px;
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .avatar-3 {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #0000001a;
  border-radius: 32px;
}

.page .frame-4 {
  position: relative;
  width: 58.26px;
  height: 9.81px;
}

.page .title-7 {
  position: relative;
  align-self: stretch;
  height: 72px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.page .vector-3 {
  top: 312px;
  position: absolute;
  width: 1220px;
  height: 1px;
  left: 0;
  object-fit: cover;
}

.page .list-4 {
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding: 20px 0px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.page .item-2 {
  flex-direction: column;
  gap: 20px;
  padding: 12px 0px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.page .icon-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #0000000d;
  border-radius: 50px;
}

.page .icon-3 {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -1px;
  left: 0;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 62.5px;
  text-align: center;
  letter-spacing: 0;
  line-height: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page .frame-5 {
  gap: 8px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.page .title-8 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.page .subtitle-2 {
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #00000080;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.page .subtitle-3 {
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 28px;
  text-align: center;
  line-height: 36px;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.page .vector-4 {
  top: 420px;
  position: absolute;
  width: 1220px;
  height: 1px;
  left: 0;
  object-fit: cover;
}

.page .section-2 {
  gap: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .avatar-4 {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #d8d8d880;
  border-radius: 50px;
}

.page .container-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.page .title-9 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Roboto-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
}

.page .selection-2 {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .label-text-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 2px 4px;
  position: relative;
  flex: 0 0 auto;
  background-color: #d8d8d880;
  border-radius: 2px;
  overflow: hidden;
  border: 0.5px solid;
  border-color: #0000001a;
}

.page .button-2 {
  flex-direction: column;
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.page .seconday {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 160px;
  align-items: center;
  justify-content: center;
  padding: 12px;
  position: relative;
  border-radius: 8px;
  border: 1px solid;
  border-color: #000000;
}

.page .title-10 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.page .vector-5 {
  top: 228px;
  position: absolute;
  width: 1220px;
  height: 1px;
  left: 0;
  object-fit: cover;
}

.page .title-11 {
  position: relative;
  width: 520px;
  margin-top: -1px;
  font-family: "Roboto-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 48px;
}

.page .list-5 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.page .post {
  display: flex;
  flex-direction: column;
  width: 600px;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid;
  border-color: #0000001a;
}

.page .user-3 {
  gap: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .p {
  height: 16px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #00000080;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.page .image-container-3 {
  height: 300px;
  align-self: stretch;
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.page .title-12 {
  position: absolute;
  width: 568px;
  height: 16px;
  top: 141px;
  left: 16px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.page .pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: absolute;
  top: 288px;
  left: 278px;
}

.page .rectangle {
  position: relative;
  width: 20px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 100px;
}

.page .rectangle-2 {
  position: relative;
  width: 4px;
  height: 4px;
  background-color: #0000004c;
  border-radius: 100px;
}

.page .text-content-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .vector-6 {
  top: 1216px;
  position: absolute;
  width: 1220px;
  height: 1px;
  left: 0;
  object-fit: cover;
}

.page .input {
  display: flex;
  flex-direction: column;
  width: 600px;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.page .title-13 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.page .textfield-2 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  position: relative;
  border-radius: 6px;
  border: 1px solid;
  border-color: #0000001a;
}

.page .text-2 {
  position: relative;
  flex: 1;
  height: 20px;
  margin-top: -1px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #00000080;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page .textfield-3 {
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  position: relative;
  border-radius: 6px;
  border: 1px solid;
  border-color: #0000001a;
}

.page .info {
  position: relative;
  align-self: stretch;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #00000080;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}

.page .button-3 {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.page .title-wrapper {
  display: flex;
  flex-direction: column;
  width: 160px;
  align-items: center;
  justify-content: center;
  padding: 12px;
  position: relative;
  border-radius: 8px;
  border: 1px solid;
  border-color: #000000;
}

.page .primary-2 {
  display: flex;
  flex-direction: column;
  width: 160px;
  align-items: center;
  justify-content: center;
  padding: 12px;
  position: relative;
  background-color: #000000;
  border-radius: 8px;
}

.page .vector-7 {
  top: 560px;
  position: absolute;
  width: 1220px;
  height: 1px;
  left: 0;
  object-fit: cover;
}

.page .list-6 {
  align-items: center;
  gap: 20px;
  padding: 20px 0px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.page .metric {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid;
  border-color: #0000001a;
}

.page .title-14 {
  position: relative;
  align-self: stretch;
  height: 24px;
  margin-top: -1px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #00000080;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page .data {
  width: 50px;
  position: relative;
  height: 36px;
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page .change {
  width: 30px;
  position: relative;
  height: 24px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page .data-2 {
  width: 34px;
  position: relative;
  height: 36px;
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page .change-2 {
  width: 26px;
  position: relative;
  height: 24px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page .container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .container-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 6px;
  border: 1px solid;
  border-color: #0000001a;
}

.page .graph {
  height: 300px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.page .vector-8 {
  width: 1068px;
  top: 0;
  position: absolute;
  height: 1px;
  left: 0;
  object-fit: cover;
}

.page .overlap-group-2 {
  position: absolute;
  width: 1068px;
  height: 246px;
  top: 54px;
  left: 0;
}

.page .vector-9 {
  width: 1068px;
  top: 20px;
  position: absolute;
  height: 1px;
  left: 0;
  object-fit: cover;
}

.page .vector-10 {
  width: 1068px;
  top: 95px;
  position: absolute;
  height: 1px;
  left: 0;
  object-fit: cover;
}

.page .vector-11 {
  width: 1068px;
  top: 170px;
  position: absolute;
  height: 1px;
  left: 0;
  object-fit: cover;
}

.page .vector-12 {
  width: 1068px;
  top: 245px;
  position: absolute;
  height: 1px;
  left: 0;
  object-fit: cover;
}

.page .group {
  position: absolute;
  width: 1029px;
  height: 246px;
  top: 0;
  left: 19px;
}

.page .rectangle-3 {
  position: absolute;
  width: 95px;
  height: 246px;
  top: 0;
  left: 0;
  background-color: #00000080;
}

.page .rectangle-4 {
  position: absolute;
  width: 95px;
  height: 176px;
  top: 69px;
  left: 156px;
  background-color: #00000080;
}

.page .rectangle-5 {
  position: absolute;
  width: 95px;
  height: 120px;
  top: 126px;
  left: 311px;
  background-color: #00000080;
}

.page .rectangle-6 {
  position: absolute;
  width: 95px;
  height: 184px;
  top: 62px;
  left: 467px;
  background-color: #00000080;
}

.page .rectangle-7 {
  position: absolute;
  width: 95px;
  height: 142px;
  top: 103px;
  left: 623px;
  background-color: #00000080;
}

.page .rectangle-8 {
  position: absolute;
  width: 95px;
  height: 219px;
  top: 26px;
  left: 779px;
  background-color: #00000080;
}

.page .rectangle-9 {
  position: absolute;
  width: 95px;
  height: 163px;
  top: 82px;
  left: 934px;
  background-color: #00000080;
}

.page .graph-2 {
  height: 301px;
  margin-bottom: -0.5px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.page .vector-13 {
  top: 1268px;
  position: absolute;
  width: 1220px;
  height: 1px;
  left: 0;
  object-fit: cover;
}

.page .section-3 {
  gap: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .container-5 {
  display: inline-flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
}

.page .title-15 {
  position: relative;
  align-self: stretch;
  width: 82px;
  margin-top: -1px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.page .title-16 {
  position: relative;
  align-self: stretch;
  width: 70px;
  margin-top: -1px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.page .title-17 {
  position: relative;
  align-self: stretch;
  width: 150px;
  margin-top: -1px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.page .title-18 {
  position: relative;
  align-self: stretch;
  width: 124px;
  margin-top: -1px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

