/* page */
*,
html,
body {
  margin: 0;
  padding: 0;
  max-width: 100vw;

  font-style: normal;
}

*,
body {
  max-width: 100vw;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  gap: 128px;
}

.cover-container {
  background: url(/img/corporate-bg.png);
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(8px);
  z-index: 0;
}

.header-title {
  max-width: 672px;
  width: 100%;
  color: #ffffff;
  margin-bottom: 24px;
}

.header-content {
  max-width: 646px;
  width: 100%;
  color: #ffffff;
  margin-bottom: 24px;
}

.header-trusted {
  width: 400px;
  height: 76px;
}

.trusted {
  margin-bottom: 12px;
}

.trusted-logo-top {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-container {
  background: linear-gradient(180deg, rgba(27, 27, 27, 0.5) 1.04%, rgba(86, 86, 86, 0.5) 24.74%, rgba(0, 0, 0, 0) 100%);
}

.form-item {
  display: flex;
  padding: 12px 32px;
  align-items: flex-start;
  border-radius: 8px;
  background: #003bba;
}

.fqa-wrapper {
  width: 50%;
}

.header-title {
  color: #fff;
  margin-bottom: 24px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.block-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.header-content {
  width: 100%;
  color: #fff;
  text-align: left;
  margin-bottom: 32px;
}

.header-content-container {
  /* margin-left: 108px; */
  max-width: 769px;
}

.content-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-container {
  position: relative;
  width: 100%;
}

.image-container::before {
  content: '';
  display: block;
  padding-bottom: 80%;
  /* Set the aspect ratio to 16:9 (56.25% = 9 / 16 * 100) */
}

.image-container img {
  position: absolute;
  border-radius: 48px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 32px;
}

.pioneering-header {
  max-width: 522px;
}

.professor-wrapper {
  width: calc(33.333333333% - 18px);
  background: #f9f9f9;
  border-radius: 16px;
}

.professor-des {
  padding: 0px 32px 32px 32px;
}

.professor-name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
}

.professor-container {
  row-gap: 32px;
  column-gap: 24px;
}

.cover-img {
  width: 50%;
  position: absolute;
}

.cover-wrapper {
  height: 100vh;
}

.pioneering-header {
  width: 50%;
  padding-left: 20px;
}

@media only screen and (max-width: 1024px) {
  .cover-img {
    width: 100%;
    position: relative;
    height: 100vh !important;
  }

  .cover-wrapper {
    display: flex;
    flex-direction: column;
    height: unset;
  }

  .pioneering-header {
    width: 100%;
    max-width: none;
    padding: 48px 0 48px 0;
    /* padding-left: ; */
  }

  .professor-wrapper {
    width: calc(50% - 10px);
  }

  .professor-container {
    row-gap: 20px;
    column-gap: 20px;
  }

  .image-container img {
    padding: 16px;
  }

  .professor-des {
    padding: 0px 16px 32px 16px;
  }

  .body-wrapper {
    gap: 64px;
  }
}

@media only screen and (max-width: 600px) {
  .professor-wrapper {
    width: 100%;
  }

  .body-wrapper {
    gap: 64px;
  }

  .professor-container {
    row-gap: 24px;
    column-gap: 24px;
  }
}
