.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 0 192px;
  box-sizing: border-box;
}

.page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 80px;
}

.content-wrapper {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.label_1 {
  width: 48px;
  height: 47px;
}

.text_1 {
  width: 286px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(67, 223, 128, 1);
  font-size: 18px;
  font-family: D-DINExp;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin-left: 13px;
}

/* Navigation Links */
.nav-link {
  position: relative;
  height: 22px;
  overflow-wrap: break-word;
  font-size: 18px;
  font-family: D-DINExp;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 16px;
}

.nav-link.active {
  color: rgba(67, 223, 128, 1);
  font-family: D-DINExp-Bold;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background-color: rgba(67, 223, 128, 1);
}

.text_2 {
  margin-left: 84px;
}

.text_3 {
  margin-left: 98px;
}

.text_4 {
  margin-left: 57px;
}

.text_5 {
  margin-left: 48px;
}

.box_2 {
  width: 70px;
  height: 4px;
  margin: 12px auto 0;
  display: flex;
  justify-content: flex-end;
}

.box_3 {
  /*background-color: rgba(67, 223, 128, 1);*/
  width: 70px;
  height: 4px;
}

/* Contact Info Section */
.contact-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  position: relative;
  z-index: 10;
}

.text_6 {
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 32px;
  font-family: D-DINExp-Bold;
  text-align: center;
  white-space: nowrap;
  line-height: 36px;
  margin-top: 500px;
}

.text_7 {
  max-width: 922px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 28px;
  font-family: D-DINExp;
  text-align: center;
  line-height: 48px;
  margin: 20px auto 0;
  padding: 0 20px;
}

.text_8 {
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 32px;
  font-family: D-DINExp-Bold;
  text-align: center;
  white-space: nowrap;
  line-height: 36px;
  margin-top: 41px;
}

.text_9 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 28px;
  font-family: D-DINExp;
  text-align: center;
  white-space: nowrap;
  line-height: 48px;
  margin: 20px auto 50px;
}

.section_2 {
  background-image: url(./img/03598f89b3fe4ca9be51a83ec68e5fb1_mergeImage.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 468px;
  border: 1px solid rgba(151, 151, 151, 1);
}

.section_3 {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 468px;
  background: url(./img/SketchPng472cdb5be8d2b7b517939d091eb9a8992e12cc97dec8542ee6a102cdd4b96a90.png)
    center center no-repeat;
  background-size: cover;
}

.group_2 {
  width: 100%;
  height: 24px;
  background: url(./img/SketchPng2d1b1e55a49d4634496a075fd9b279a025e7d3be9f46adba20257db424286bd1.png)
    center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
