@import url(./main.css);

/* whoWeAre */
#whoWeAre ol {
  list-style: lower-roman;
}

#whoWeAre p strong {
  color: var(--PrimaryBlue);
}

#whoWeAre p a strong {
  font-weight: 400;
}

#whoWeAre p strong.big {
  font-size: 24px;
  font-weight: 700;
}

#whoWeAre #phaseOne > div:nth-child(1) {
  padding: 16px 0;
  margin-bottom: 32px;
}

#whoWeAre #phaseOne > div:nth-child(1) p {
  line-height: 32px;
  font-size: 16px;
}

#whoWeAre #phaseOne h1,
#whoWeAre #phaseTwo h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

#whoWeAre #phaseOne .step {
  display: flex;
  margin-bottom: 16px;
}

#whoWeAre #phaseOne .wrap-step .step > p {
  width: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--S30);
  border-radius: 4px 0px 0px 4px;
  color: var(--G00);
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
#whoWeAre #phaseOne .wrap-step .step:last-child > p {
  background-color: var(--PrimaryGreen);
}
#whoWeAre #phaseOne .wrap-step .step > p::after {
  content: "";
  position: absolute;
  right: -100px;
  width: 0;
  height: 0;
  border-bottom: 40px solid transparent;
  border-top: 40px solid transparent;
  border-left: 12px solid var(--S30);
  border-right: 88px solid transparent;
}
#whoWeAre #phaseOne .wrap-step .step:last-child > p::after {
  content: "";
  position: absolute;
  right: -100px;
  width: 0;
  height: 0;
  border-bottom: 40px solid transparent;
  border-top: 40px solid transparent;
  border-left: 12px solid var(--PrimaryGreen);
  border-right: 88px solid transparent;
}
#whoWeAre #phaseOne .wrap-step .step > ul {
  margin-left: 24px;
  background-color: var(--S70);
  width: 100%;
  border-radius: 0px 4px 4px 0px;
  padding: 32px;
  position: relative;
}
#whoWeAre #phaseOne .wrap-step .step:last-child > ul {
  background-color: #E8F5EF;
}
#whoWeAre #phaseOne .wrap-step .step > ul::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 40px solid transparent;
  border-top: 40px solid transparent;
  border-left: 12px solid var(--G00);
  border-right: 88px solid transparent;
}
#whoWeAre #phaseOne .wrap-step .step > ul > li {
  font-size: 16px;
  margin-left: 14px;
  font-weight: 700;
}
#whoWeAre #phaseOne .wrap-step .step > ul > li.bold {
  font-weight: 700;
  color: var(--G90);
}
#whoWeAre #phaseOne .wrap-step .step > ul > li.se::marker {
  color: var(--S30);
}
#whoWeAre #phaseOne .wrap-step .step > ul > li.se span {
  color: var(--S30);
  font-size: 16px;
  font-weight: 700;
}
#whoWeAre #phaseOne .wrap-step .step > ul > li:first-child span {
  font-weight: 700;
}
#whoWeAre #phaseOne .wrap-step .step > ul > li > ul:not(.last) {
  margin-bottom: 16px;
}
#whoWeAre #phaseOne .wrap-step .step > ul > li > ul > li {
  color: var(--G90);
  font-size: 14px;
}
#whoWeAre #phaseOne .year {
  background-color: var(--PrimaryGreen);
  color: var(--G00);
  padding: 32px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
}
#whoWeAre #phaseOne .year p:last-child {
  font-size: 20px;
  margin-top: 16px;
}

#whoWeAre #phaseOne > .list {
  margin: 24px 0;
}
#whoWeAre #phaseOne > .list > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#whoWeAre #phaseOne > .list > ul > li {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin-right: 8px;
  background-color: var(--G10);
  padding: 32px 32px 32px 16px;
  min-height: 184px;
  max-height: 184px;
  margin-bottom: 8px;
}
#whoWeAre #phaseOne > .list > ul > li:last-child {
  margin-right: 0;
}
#whoWeAre #phaseOne > .list > ul > li img {
  margin-right: 16px;
}
#whoWeAre #phaseOne > .list > ul > li p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
}
#whoWeAre #phaseOne > .list > ul > li p span:first-child {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}

#whoWeAre iframe {
  border-radius: 15px;
}

@media (max-width: 768px) {
  #whoWeAre #phaseOne > div:nth-child(1) p {
    font-size: 14px;
  }
  #whoWeAre p strong.big {
    font-size: 20px;
  }
  #whoWeAre #phaseOne .step {
    flex-direction: column;
  }
  #whoWeAre #phaseOne .wrap-step .step > p {
    width: 100%;
    height: 48px;
    border-radius: 4px 4px 0 0 ;
  }
  #whoWeAre #phaseOne .wrap-step .step > p::after {
    border: 0 !important;
  }
  #whoWeAre #phaseOne .wrap-step .step > ul {
    padding: 24px 12px;
    margin-left: 0;
    border-radius: 0 0 4px 4px;
  }
  #whoWeAre #phaseOne .wrap-step .step > ul::before {
    border: 0 !important;
  }
  #whoWeAre #phaseOne .wrap-step .step > ul > li {
    margin-left: 0;
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 1200px) {
  section.content {
    margin: 0 0 84px 0;
  }
  #whoWeAre #phaseOne > .list > ul {
    flex-direction: column;
  }
  #whoWeAre #phaseOne > .list > ul > li {
    flex-direction: column;
    padding: 16px 12px;
    max-height: inherit;
    min-height: auto;
    width: 100%;
  }
  #whoWeAre #phaseOne > .list > ul > li p {
    font-size: 14px;
  }
  #whoWeAre #phaseOne > .list > ul > li p span:first-child {
    font-size: 16px;
  }
  #whoWeAre #phaseOne > .list > ul > li img {
    width: 56px;
    margin-right: 0;
  }
  #whoWeAre #phaseOne > .list > ul > li p span:first-child {
    margin-bottom: 16px;
  }
}

/* organizational */
#organizational .inner > ul {
  padding: 24px 0 24px 130px;
  margin-bottom: 56px;
  display: flex;
  position: relative;
}
#organizational .inner > ul::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 56px;
  background-color: var(--G40);
  position: absolute;
  right: 50%;
  bottom: -56px;
  transform: translateX(-50%);
}
#organizational .inner  > ul li:first-child {
  position: relative;
  margin-right: 60px;
}
#organizational .inner  > ul li:first-child img {
  width: 375px;
}
#organizational .inner  > ul li:first-child::after {
  content: "";
  display: inline-block;
  width: 78px;
  height: 1px;
  background-color: var(--G40);
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
#organizational .inner > ul li:last-child img {
  width: 286px;
}
#organizational .inner > div {
  display: flex;
}
#organizational .inner > div dl {
  width: 33.3%;
  margin-right: 48px;
  text-align: center;
}
#organizational .inner > div dl dt {
  font-size: 20px;
  font-weight: 700;
  background-color: var(--S30);
  color: var(--G00);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-bottom: 16px;
  position: relative;
}
#organizational .inner > div dl dt::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 1px;
  background-color: var(--G40);
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
}
#organizational .inner > div dl:last-child dt::after {
  width: 0;
}
#organizational .inner > div dl dd {
  background-color: var(--S70);
  border-radius: 4px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}
#organizational .inner > div dl:last-child {
  margin-right: 0;
}

@media (max-width:1200px) {
  #organizational .inner > ul {
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-bottom: 24px;
  }

  #organizational .inner  > ul li:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }
  #organizational .inner  > ul li:first-child img{
    width: 228px;
  }
  #organizational .inner  > ul li:last-child img{
    width: 204px;
  }
  #organizational .inner  > ul li:first-child::after {
    right: 50%;
    bottom: -24px;
    top: inherit;
    transform: translateX(-50%);
    width: 1px;
    height: 24px;
  }
  #organizational .inner > ul::after {
    height: 24px;
    bottom: -24px;
  }
  #organizational .inner > div {
    flex-direction: column;
  }
  #organizational .inner > div dl{
    width: 100%;
    position: relative;
  }
  #organizational .inner > div dl dt{
    height: 60px;
    font-size: 14px;
  }
  #organizational .inner > div dl dt::after {
    width: 0;
  }
  #organizational .inner > div dl::after {
    width: 1px;
    height: 100%;
    content: "";
    display: inline-block;
    background-color: var(--G40);
    position: absolute;
    right: 50%;
    top: 60px;
    transform: translateX(-50%);
    z-index: -1;
  }
  #organizational .inner > div dl:last-child::after{
    height: 60px;
  }
}

/* location */
#location ul {
  background-color: var(--G10);
  border-radius: 4px;
  padding: 32px;
  margin-top: 32px;
}
#location ul li {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 32px;
}
#location ul li:last-child {
  margin-bottom: 0;
}
#location ul li svg {
  margin-right: 8px;
}
#location ul li p {
  font-weight: 400;
  margin-left: 24px;
}
#location ul li p a {
  color: var(--PrimaryBlue);
  text-decoration: underline;
}

@media (max-width: 1440px) {
  iframe{
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #location ul li {
    flex-direction: column;
    font-size: 16px;
  }
  #location ul li div {
    margin-bottom: 16px;
  }
  #location ul li p{
    margin-left: 0;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  iframe{
    height: 328px;
  }
}